#C60D2B

Color #C60D2B Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C60D2B

Tints of Fire Engine Red #C60D2B

Color information

#C60D2B (or 0xC60D2B) is unknown color: approx Fire Engine Red. HEX triplet: C6, 0D and 2B. RGB value is (198,13,43). Sum of RGB (Red+Green+Blue) = 198+13+43=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D2B is #39F2D4. Grayscale: #474747. Windows color (decimal): -3797717 or 2821574. OLE color: 2821574.

HSL color Cylindrical-coordinate representation of color #C60D2B: hue angle of 350.27º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D2B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1981343-
CMYK00.930.780.22
HSL350.27º87.68%41.37%-
HSV(B)350.27º93.43%77.65%-
XYZ23.8712.473.43-
YUV71.74111.79218.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 77.95%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=77.95%
G=5.12%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198134300.930.780.22350.2787.6841.37
HexC6D2B05D4E1615e5829
Octal306155301351162653613051
Binary110001101101101011010111011001110101101010111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60D2B; }

 p { color: rgb(198,13,43); }

 H1.HeaderClassName
 {
   color: #C60D2B;
 }
 .AnyTagClassName
 {
   color: #C60D2B;
 }
</style>
background-color css

<style>
 a { background-color: #C60D2B; }

 a { background-color: rgb(198,13,43); }

 div.DivClassName
 {
   background-color: #C60D2B;
 }
 .BgClassName
 {
   background-color: #C60D2B;
 }
</style>
border-color css

<style>
 span { border-color: #C60D2B; }

 span { border-color: rgb(198,13,43); }

 td.TdClassName
 {
   border-color: #C60D2B;
 }
 .TagClassName
 {
   border-color: #C60D2B;
 }
</style>