Html Css Color HEX #C51518 Fire Engine Red

📋 copy color: '#C51518'

red 197 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #C51518

Tints of Fire Engine Red #C51518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 81.4%
G = 8.68%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51518 (or 0xC51518) is known color: Fire Engine Red. HEX triplet: C5, 15 and 18. RGB value is (197,21,24). Sum of RGB (Red+Green+Blue) = 197+21+24=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C51518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51518 is #3AEAE7. Grayscale: #4A4A4A. Windows color (decimal): -3861224 or 1578437. OLE color: 1578437.

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

Color convert

RGB 197 21 24 -
CMYK 0 0.89 0.88 0.23
HSL 358.98º 0.81% 0.43% -
HSV(B) 358.98º 0.89% 0.77% -
XYZ 23.46 12.47 2.04 -
YUV 73.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 197 21 24 0 0.89 0.88 0.23 358.98 0.81 0.43
Hex C5 15 18 0 59 58 17 167 51 2B
Octal 305 25 30 0 131 130 27 547 121 53
Binary 11000101 10101 11000 0 1011001 1011000 10111 101100111 1010001 101011

Color Harmonies of #C51518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51518

Black with #C51518

Text Example


Text Example

White with #C51518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51518; }

 p { color: rgb(197,21,24); }

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

background-color css

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

 a { background-color: rgb(197,21,24); }

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

border-color css

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

 span { border-color: rgb(197,21,24); }

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