Html Css Color HEX #C91320 Fire Engine Red

📋 copy color: '#C91320'

red 201 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #C91320

Tints of Fire Engine Red #C91320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 79.76%
G = 7.54%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C91320 (or 0xC91320) is known color: Fire Engine Red. HEX triplet: C9, 13 and 20. RGB value is (201,19,32). Sum of RGB (Red+Green+Blue) = 201+19+32=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C91320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91320 is #36ECDF. Grayscale: #4B4B4B. Windows color (decimal): -3599584 or 2102217. OLE color: 2102217.

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

Color convert

RGB 201 19 32 -
CMYK 0 0.91 0.84 0.21
HSL 355.71º 0.83% 0.43% -
HSV(B) 355.71º 0.91% 0.79% -
XYZ 24.58 12.99 2.58 -
YUV 74.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 201 19 32 0 0.91 0.84 0.21 355.71 0.83 0.43
Hex C9 13 20 0 5B 54 15 164 53 2B
Octal 311 23 40 0 133 124 25 544 123 53
Binary 11001001 10011 100000 0 1011011 1010100 10101 101100100 1010011 101011

Color Harmonies of #C91320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91320

Black with #C91320

Text Example


Text Example

White with #C91320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91320; }

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

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

background-color css

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

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

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

border-color css

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

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

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