Html Css Color HEX #C40A27 Fire Engine Red

📋 copy color: '#C40A27'

red 196 ◦ green 10 ◦ blue 39

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

Shades of Fire Engine Red #C40A27

Tints of Fire Engine Red #C40A27

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

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

R = 80%
G = 4.08%
B = 15.92%

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

#C40A27 (or 0xC40A27) is known color: Fire Engine Red. HEX triplet: C4, 0A and 27. RGB value is (196,10,39). Sum of RGB (Red+Green+Blue) = 196+10+39=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A27 is #3BF5D8. Grayscale: #444444. Windows color (decimal): -3929561 or 2558660. OLE color: 2558660.

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

Color convert

RGB 196 10 39 -
CMYK 0 0.95 0.80 0.23
HSL 350.65º 0.9% 0.4% -
HSV(B) 350.65º 0.95% 0.77% -
XYZ 23.24 12.1 3.03 -
YUV 68.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 196 10 39 0 0.95 0.80 0.23 350.65 0.9 0.4
Hex C4 A 27 0 5F 50 17 15F 5A 28
Octal 304 12 47 0 137 120 27 537 132 50
Binary 11000100 1010 100111 0 1011111 1010000 10111 101011111 1011010 101000

Color Harmonies of #C40A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A27

Black with #C40A27

Text Example


Text Example

White with #C40A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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