Html Css Color HEX #C91219 Fire Engine Red

📋 copy color: '#C91219'

red 201 ◦ green 18 ◦ blue 25

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

Shades of Fire Engine Red #C91219

Tints of Fire Engine Red #C91219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 82.38%
G = 7.38%
B = 10.25%

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

#C91219 (or 0xC91219) is known color: Fire Engine Red. HEX triplet: C9, 12 and 19. RGB value is (201,18,25). Sum of RGB (Red+Green+Blue) = 201+18+25=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91219 is #36EDE6. Grayscale: #494949. Windows color (decimal): -3599847 or 1643209. OLE color: 1643209.

HSL color Cylindrical-coordinate representation of color #C91219: hue angle of 357.7º degrees, saturation: 0.84, 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 #C91219 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 25 -
CMYK 0 0.91 0.88 0.21
HSL 357.7º 0.84% 0.43% -
HSV(B) 357.7º 0.91% 0.79% -
XYZ 24.48 12.92 2.12 -
YUV 73.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 201 18 25 0 0.91 0.88 0.21 357.7 0.84 0.43
Hex C9 12 19 0 5B 58 15 166 54 2B
Octal 311 22 31 0 133 130 25 546 124 53
Binary 11001001 10010 11001 0 1011011 1011000 10101 101100110 1010100 101011

Color Harmonies of #C91219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91219

Black with #C91219

Text Example


Text Example

White with #C91219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91219; }

 p { color: rgb(201,18,25); }

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

background-color css

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

 a { background-color: rgb(201,18,25); }

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

border-color css

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

 span { border-color: rgb(201,18,25); }

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