Html Css Color HEX #C40E26 Fire Engine Red

📋 copy color: '#C40E26'

red 196 ◦ green 14 ◦ blue 38

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

Shades of Fire Engine Red #C40E26

Tints of Fire Engine Red #C40E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 79.03%
G = 5.65%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40E26 (or 0xC40E26) is known color: Fire Engine Red. HEX triplet: C4, 0E and 26. RGB value is (196,14,38). Sum of RGB (Red+Green+Blue) = 196+14+38=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40E26 is #3BF1D9. Grayscale: #474747. Windows color (decimal): -3928538 or 2494148. OLE color: 2494148.

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

Color convert

RGB 196 14 38 -
CMYK 0 0.93 0.81 0.23
HSL 352.09º 0.87% 0.41% -
HSV(B) 352.09º 0.93% 0.77% -
XYZ 23.27 12.19 2.96 -
YUV 71.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 196 14 38 0 0.93 0.81 0.23 352.09 0.87 0.41
Hex C4 E 26 0 5D 51 17 160 57 29
Octal 304 16 46 0 135 121 27 540 127 51
Binary 11000100 1110 100110 0 1011101 1010001 10111 101100000 1010111 101001

Color Harmonies of #C40E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E26

Black with #C40E26

Text Example


Text Example

White with #C40E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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