Html Css Color HEX #C40928 Fire Engine Red

📋 copy color: '#C40928'

red 196 ◦ green 9 ◦ blue 40

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

Shades of Fire Engine Red #C40928

Tints of Fire Engine Red #C40928

RGB

 RED value IS 196 (76.95% from 255) = 80%

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 80%
G = 3.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40928 (or 0xC40928) is known color: Fire Engine Red. HEX triplet: C4, 09 and 28. RGB value is (196,9,40). Sum of RGB (Red+Green+Blue) = 196+9+40=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C40928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40928 is #3BF6D7. Grayscale: #444444. Windows color (decimal): -3929816 or 2623940. OLE color: 2623940.

HSL color Cylindrical-coordinate representation of color #C40928: hue angle of 350.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40928 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 40 -
CMYK 0 0.95 0.80 0.23
HSL 350.05º 0.91% 0.4% -
HSV(B) 350.05º 0.95% 0.77% -
XYZ 23.25 12.08 3.11 -
YUV 68.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 196 9 40 0 0.95 0.80 0.23 350.05 0.91 0.4
Hex C4 9 28 0 5F 50 17 15E 5B 28
Octal 304 11 50 0 137 120 27 536 133 50
Binary 11000100 1001 101000 0 1011111 1010000 10111 101011110 1011011 101000

Color Harmonies of #C40928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40928

Black with #C40928

Text Example


Text Example

White with #C40928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40928; }

 p { color: rgb(196,9,40); }

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

background-color css

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

 a { background-color: rgb(196,9,40); }

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

border-color css

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

 span { border-color: rgb(196,9,40); }

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