Html Css Color HEX #C91517 Fire Engine Red

📋 copy color: '#C91517'

red 201 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #C91517

Tints of Fire Engine Red #C91517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.39%

R = 82.04%
G = 8.57%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C91517 (or 0xC91517) is known color: Fire Engine Red. HEX triplet: C9, 15 and 17. RGB value is (201,21,23). Sum of RGB (Red+Green+Blue) = 201+21+23=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C91517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91517 is #36EAE8. Grayscale: #4B4B4B. Windows color (decimal): -3599081 or 1512905. OLE color: 1512905.

HSL color Cylindrical-coordinate representation of color #C91517: hue angle of 359.33º 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 #C91517 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 23 -
CMYK 0 0.90 0.89 0.21
HSL 359.33º 0.81% 0.44% -
HSV(B) 359.33º 0.9% 0.79% -
XYZ 24.51 13.02 2.03 -
YUV 75.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 201 21 23 0 0.90 0.89 0.21 359.33 0.81 0.44
Hex C9 15 17 0 5A 59 15 167 51 2C
Octal 311 25 27 0 132 131 25 547 121 54
Binary 11001001 10101 10111 0 1011010 1011001 10101 101100111 1010001 101100

Color Harmonies of #C91517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91517

Black with #C91517

Text Example


Text Example

White with #C91517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91517; }

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

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

background-color css

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

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

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

border-color css

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

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

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