Html Css Color HEX #C60C29 Fire Engine Red

📋 copy color: '#C60C29'

red 198 ◦ green 12 ◦ blue 41

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

Shades of Fire Engine Red #C60C29

Tints of Fire Engine Red #C60C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 78.88%
G = 4.78%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C60C29 (or 0xC60C29) is known color: Fire Engine Red. HEX triplet: C6, 0C and 29. RGB value is (198,12,41). Sum of RGB (Red+Green+Blue) = 198+12+41=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60C29 is #39F3D6. Grayscale: #464646. Windows color (decimal): -3797975 or 2690246. OLE color: 2690246.

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

Color convert

RGB 198 12 41 -
CMYK 0 0.94 0.79 0.22
HSL 350.65º 0.89% 0.41% -
HSV(B) 350.65º 0.94% 0.78% -
XYZ 23.82 12.43 3.24 -
YUV 70.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 198 12 41 0 0.94 0.79 0.22 350.65 0.89 0.41
Hex C6 C 29 0 5E 4F 16 15F 59 29
Octal 306 14 51 0 136 117 26 537 131 51
Binary 11000110 1100 101001 0 1011110 1001111 10110 101011111 1011001 101001

Color Harmonies of #C60C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60C29

Black with #C60C29

Text Example


Text Example

White with #C60C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60C29; }

 p { color: rgb(198,12,41); }

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

background-color css

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

 a { background-color: rgb(198,12,41); }

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

border-color css

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

 span { border-color: rgb(198,12,41); }

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