Html Css Color HEX #C60D24 Fire Engine Red

📋 copy color: '#C60D24'

red 198 ◦ green 13 ◦ blue 36

#C60D24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C60D24

Tints of Fire Engine Red #C60D24

RGB

 RED value IS 198 (77.73% from 255) = 80.16%

 GREEN value IS 13 (5.47% from 255) = 5.26%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 80.16%
G = 5.26%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C60D24 (or 0xC60D24) is known color: Fire Engine Red. HEX triplet: C6, 0D and 24. RGB value is (198,13,36). Sum of RGB (Red+Green+Blue) = 198+13+36=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D24 is #39F2DB. Grayscale: #474747. Windows color (decimal): -3797724 or 2362822. OLE color: 2362822.

HSL color Cylindrical-coordinate representation of color #C60D24: hue angle of 352.54º 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 #C60D24 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 13 36 -
CMYK 0 0.93 0.82 0.22
HSL 352.54º 0.88% 0.41% -
HSV(B) 352.54º 0.93% 0.78% -
XYZ 23.75 12.42 2.81 -
YUV 70.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 198 13 36 0 0.93 0.82 0.22 352.54 0.88 0.41
Hex C6 D 24 0 5D 52 16 161 58 29
Octal 306 15 44 0 135 122 26 541 130 51
Binary 11000110 1101 100100 0 1011101 1010010 10110 101100001 1011000 101001

Color Harmonies of #C60D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D24

Black with #C60D24

Text Example


Text Example

White with #C60D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D24; }

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

 H1.HeaderClassName
 {
   color: #C60D24;
 }
 .AnyTagClassName
 {
   color: #C60D24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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