Html Css Color HEX #C91518 Fire Engine Red

📋 copy color: '#C91518'

red 201 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #C91518

Tints of Fire Engine Red #C91518

RGB

 RED value IS 201 (78.91% from 255) = 81.71%

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

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

R = 81.71%
G = 8.54%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C91518 (or 0xC91518) is known color: Fire Engine Red. HEX triplet: C9, 15 and 18. RGB value is (201,21,24). Sum of RGB (Red+Green+Blue) = 201+21+24=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C91518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91518 is #36EAE7. Grayscale: #4B4B4B. Windows color (decimal): -3599080 or 1578441. OLE color: 1578441.

HSL color Cylindrical-coordinate representation of color #C91518: hue angle of 359º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91518 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 24 -
CMYK 0 0.90 0.88 0.21
HSL 359º 0.81% 0.44% -
HSV(B) 359º 0.9% 0.79% -
XYZ 24.52 13.02 2.08 -
YUV 75.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 201 21 24 0 0.90 0.88 0.21 359 0.81 0.44
Hex C9 15 18 0 5A 58 15 167 51 2C
Octal 311 25 30 0 132 130 25 547 121 54
Binary 11001001 10101 11000 0 1011010 1011000 10101 101100111 1010001 101100

Color Harmonies of #C91518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91518

Black with #C91518

Text Example


Text Example

White with #C91518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91518; }

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

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

background-color css

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

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

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

border-color css

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

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

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