Html Css Color HEX #C40C27 Fire Engine Red

📋 copy color: '#C40C27'

red 196 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #C40C27

Tints of Fire Engine Red #C40C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 79.35%
G = 4.86%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40C27 (or 0xC40C27) is known color: Fire Engine Red. HEX triplet: C4, 0C and 27. RGB value is (196,12,39). Sum of RGB (Red+Green+Blue) = 196+12+39=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C27 is #3BF3D8. Grayscale: #464646. Windows color (decimal): -3929049 or 2559172. OLE color: 2559172.

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

Color convert

RGB 196 12 39 -
CMYK 0 0.94 0.80 0.23
HSL 351.2º 0.88% 0.41% -
HSV(B) 351.2º 0.94% 0.77% -
XYZ 23.26 12.15 3.04 -
YUV 70.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 196 12 39 0 0.94 0.80 0.23 351.2 0.88 0.41
Hex C4 C 27 0 5E 50 17 15F 58 29
Octal 304 14 47 0 136 120 27 537 130 51
Binary 11000100 1100 100111 0 1011110 1010000 10111 101011111 1011000 101001

Color Harmonies of #C40C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C27

Black with #C40C27

Text Example


Text Example

White with #C40C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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