Html Css Color HEX #C91318 Fire Engine Red

📋 copy color: '#C91318'

red 201 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #C91318

Tints of Fire Engine Red #C91318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 82.38%
G = 7.79%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C91318 (or 0xC91318) is known color: Fire Engine Red. HEX triplet: C9, 13 and 18. RGB value is (201,19,24). Sum of RGB (Red+Green+Blue) = 201+19+24=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91318 is #36ECE7. Grayscale: #4A4A4A. Windows color (decimal): -3599592 or 1577929. OLE color: 1577929.

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

Color convert

RGB 201 19 24 -
CMYK 0 0.91 0.88 0.21
HSL 358.35º 0.83% 0.43% -
HSV(B) 358.35º 0.91% 0.79% -
XYZ 24.49 12.95 2.07 -
YUV 73.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 201 19 24 0 0.91 0.88 0.21 358.35 0.83 0.43
Hex C9 13 18 0 5B 58 15 166 53 2B
Octal 311 23 30 0 133 130 25 546 123 53
Binary 11001001 10011 11000 0 1011011 1011000 10101 101100110 1010011 101011

Color Harmonies of #C91318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91318

Black with #C91318

Text Example


Text Example

White with #C91318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91318; }

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

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

background-color css

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

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

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

border-color css

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

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

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