Html Css Color HEX #C91520 Fire Engine Red

📋 copy color: '#C91520'

red 201 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #C91520

Tints of Fire Engine Red #C91520

RGB

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

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

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

R = 79.13%
G = 8.27%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C91520 (or 0xC91520) is known color: Fire Engine Red. HEX triplet: C9, 15 and 20. RGB value is (201,21,32). Sum of RGB (Red+Green+Blue) = 201+21+32=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C91520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91520 is #36EADF. Grayscale: #4C4C4C. Windows color (decimal): -3599072 or 2102729. OLE color: 2102729.

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

Color convert

RGB 201 21 32 -
CMYK 0 0.90 0.84 0.21
HSL 356.33º 0.81% 0.44% -
HSV(B) 356.33º 0.9% 0.79% -
XYZ 24.62 13.06 2.59 -
YUV 76.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 201 21 32 0 0.90 0.84 0.21 356.33 0.81 0.44
Hex C9 15 20 0 5A 54 15 164 51 2C
Octal 311 25 40 0 132 124 25 544 121 54
Binary 11001001 10101 100000 0 1011010 1010100 10101 101100100 1010001 101100

Color Harmonies of #C91520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91520

Black with #C91520

Text Example


Text Example

White with #C91520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91520; }

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

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

background-color css

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

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

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

border-color css

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

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

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