Html Css Color HEX #C60929 Fire Engine Red

📋 copy color: '#C60929'

red 198 ◦ green 9 ◦ blue 41

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

Shades of Fire Engine Red #C60929

Tints of Fire Engine Red #C60929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 79.84%
G = 3.63%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C60929 (or 0xC60929) is known color: Fire Engine Red. HEX triplet: C6, 09 and 29. RGB value is (198,9,41). Sum of RGB (Red+Green+Blue) = 198+9+41=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C60929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60929 is #39F6D6. Grayscale: #454545. Windows color (decimal): -3798743 or 2689478. OLE color: 2689478.

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

Color convert

RGB 198 9 41 -
CMYK 0 0.95 0.79 0.22
HSL 349.84º 0.91% 0.41% -
HSV(B) 349.84º 0.95% 0.78% -
XYZ 23.79 12.36 3.23 -
YUV 69.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 198 9 41 0 0.95 0.79 0.22 349.84 0.91 0.41
Hex C6 9 29 0 5F 4F 16 15E 5B 29
Octal 306 11 51 0 137 117 26 536 133 51
Binary 11000110 1001 101001 0 1011111 1001111 10110 101011110 1011011 101001

Color Harmonies of #C60929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60929

Black with #C60929

Text Example


Text Example

White with #C60929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60929; }

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

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

background-color css

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

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

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

border-color css

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

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

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