Html Css Color HEX #C40D27 Fire Engine Red

📋 copy color: '#C40D27'

red 196 ◦ green 13 ◦ blue 39

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

Shades of Fire Engine Red #C40D27

Tints of Fire Engine Red #C40D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 79.03%
G = 5.24%
B = 15.73%

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

#C40D27 (or 0xC40D27) is known color: Fire Engine Red. HEX triplet: C4, 0D and 27. RGB value is (196,13,39). Sum of RGB (Red+Green+Blue) = 196+13+39=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D27 is #3BF2D8. Grayscale: #464646. Windows color (decimal): -3928793 or 2559428. OLE color: 2559428.

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

Color convert

RGB 196 13 39 -
CMYK 0 0.93 0.80 0.23
HSL 351.48º 0.88% 0.41% -
HSV(B) 351.48º 0.93% 0.77% -
XYZ 23.28 12.17 3.04 -
YUV 70.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 196 13 39 0 0.93 0.80 0.23 351.48 0.88 0.41
Hex C4 D 27 0 5D 50 17 15F 58 29
Octal 304 15 47 0 135 120 27 537 130 51
Binary 11000100 1101 100111 0 1011101 1010000 10111 101011111 1011000 101001

Color Harmonies of #C40D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D27

Black with #C40D27

Text Example


Text Example

White with #C40D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D27; }

 p { color: rgb(196,13,39); }

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

background-color css

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

 a { background-color: rgb(196,13,39); }

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

border-color css

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

 span { border-color: rgb(196,13,39); }

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