Html Css Color HEX #C91317 Fire Engine Red

📋 copy color: '#C91317'

red 201 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #C91317

Tints of Fire Engine Red #C91317

RGB

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

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

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

R = 82.72%
G = 7.82%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C91317 (or 0xC91317) is known color: Fire Engine Red. HEX triplet: C9, 13 and 17. RGB value is (201,19,23). Sum of RGB (Red+Green+Blue) = 201+19+23=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C91317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91317 is #36ECE8. Grayscale: #4A4A4A. Windows color (decimal): -3599593 or 1512393. OLE color: 1512393.

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

Color convert

RGB 201 19 23 -
CMYK 0 0.91 0.89 0.21
HSL 358.68º 0.83% 0.43% -
HSV(B) 358.68º 0.91% 0.79% -
XYZ 24.47 12.95 2.02 -
YUV 73.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 201 19 23 0 0.91 0.89 0.21 358.68 0.83 0.43
Hex C9 13 17 0 5B 59 15 167 53 2B
Octal 311 23 27 0 133 131 25 547 123 53
Binary 11001001 10011 10111 0 1011011 1011001 10101 101100111 1010011 101011

Color Harmonies of #C91317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91317

Black with #C91317

Text Example


Text Example

White with #C91317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91317; }

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

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

background-color css

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

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

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

border-color css

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

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

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