Html Css Color HEX #C51E20 Fire Engine Red

📋 copy color: '#C51E20'

red 197 ◦ green 30 ◦ blue 32

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

Shades of Fire Engine Red #C51E20

Tints of Fire Engine Red #C51E20

RGB

 RED value IS 197 (77.34% from 255) = 76.06%

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 76.06%
G = 11.58%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C51E20 (or 0xC51E20) is known color: Fire Engine Red. HEX triplet: C5, 1E and 20. RGB value is (197,30,32). Sum of RGB (Red+Green+Blue) = 197+30+32=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E20 is #3AE1DF. Grayscale: #505050. Windows color (decimal): -3858912 or 2105029. OLE color: 2105029.

HSL color Cylindrical-coordinate representation of color #C51E20: hue angle of 359.28º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E20 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 32 -
CMYK 0 0.85 0.84 0.23
HSL 359.28º 0.74% 0.45% -
HSV(B) 359.28º 0.85% 0.77% -
XYZ 23.75 12.9 2.61 -
YUV 80.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 197 30 32 0 0.85 0.84 0.23 359.28 0.74 0.45
Hex C5 1E 20 0 55 54 17 167 4A 2D
Octal 305 36 40 0 125 124 27 547 112 55
Binary 11000101 11110 100000 0 1010101 1010100 10111 101100111 1001010 101101

Color Harmonies of #C51E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E20

Black with #C51E20

Text Example


Text Example

White with #C51E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E20; }

 p { color: rgb(197,30,32); }

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

background-color css

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

 a { background-color: rgb(197,30,32); }

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

border-color css

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

 span { border-color: rgb(197,30,32); }

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