Html Css Color HEX #C40E28 Fire Engine Red

📋 copy color: '#C40E28'

red 196 ◦ green 14 ◦ blue 40

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

Shades of Fire Engine Red #C40E28

Tints of Fire Engine Red #C40E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

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

R = 78.4%
G = 5.6%
B = 16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40E28 (or 0xC40E28) is known color: Fire Engine Red. HEX triplet: C4, 0E and 28. RGB value is (196,14,40). Sum of RGB (Red+Green+Blue) = 196+14+40=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40E28 is #3BF1D7. Grayscale: #474747. Windows color (decimal): -3928536 or 2625220. OLE color: 2625220.

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

Color convert

RGB 196 14 40 -
CMYK 0 0.93 0.80 0.23
HSL 351.43º 0.87% 0.41% -
HSV(B) 351.43º 0.93% 0.77% -
XYZ 23.3 12.2 3.13 -
YUV 71.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 196 14 40 0 0.93 0.80 0.23 351.43 0.87 0.41
Hex C4 E 28 0 5D 50 17 15F 57 29
Octal 304 16 50 0 135 120 27 537 127 51
Binary 11000100 1110 101000 0 1011101 1010000 10111 101011111 1010111 101001

Color Harmonies of #C40E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E28

Black with #C40E28

Text Example


Text Example

White with #C40E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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