Html Css Color HEX #C91618 Fire Engine Red

📋 copy color: '#C91618'

red 201 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #C91618

Tints of Fire Engine Red #C91618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

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

R = 81.38%
G = 8.91%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C91618 (or 0xC91618) is known color: Fire Engine Red. HEX triplet: C9, 16 and 18. RGB value is (201,22,24). Sum of RGB (Red+Green+Blue) = 201+22+24=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C91618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91618 is #36E9E7. Grayscale: #4B4B4B. Windows color (decimal): -3598824 or 1578697. OLE color: 1578697.

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

Color convert

RGB 201 22 24 -
CMYK 0 0.89 0.88 0.21
HSL 359.33º 0.8% 0.44% -
HSV(B) 359.33º 0.89% 0.79% -
XYZ 24.54 13.06 2.09 -
YUV 75.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 201 22 24 0 0.89 0.88 0.21 359.33 0.8 0.44
Hex C9 16 18 0 59 58 15 167 50 2C
Octal 311 26 30 0 131 130 25 547 120 54
Binary 11001001 10110 11000 0 1011001 1011000 10101 101100111 1010000 101100

Color Harmonies of #C91618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91618

Black with #C91618

Text Example


Text Example

White with #C91618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91618; }

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

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

background-color css

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

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

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

border-color css

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

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

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