Html Css Color HEX #C91522 Fire Engine Red

📋 copy color: '#C91522'

red 201 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #C91522

Tints of Fire Engine Red #C91522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 78.52%
G = 8.2%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C91522 (or 0xC91522) is known color: Fire Engine Red. HEX triplet: C9, 15 and 22. RGB value is (201,21,34). Sum of RGB (Red+Green+Blue) = 201+21+34=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91522 is #36EADD. Grayscale: #4C4C4C. Windows color (decimal): -3599070 or 2233801. OLE color: 2233801.

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

Color convert

RGB 201 21 34 -
CMYK 0 0.90 0.83 0.21
HSL 355.67º 0.81% 0.44% -
HSV(B) 355.67º 0.9% 0.79% -
XYZ 24.64 13.07 2.74 -
YUV 76.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 201 21 34 0 0.90 0.83 0.21 355.67 0.81 0.44
Hex C9 15 22 0 5A 53 15 164 51 2C
Octal 311 25 42 0 132 123 25 544 121 54
Binary 11001001 10101 100010 0 1011010 1010011 10101 101100100 1010001 101100

Color Harmonies of #C91522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91522

Black with #C91522

Text Example


Text Example

White with #C91522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91522; }

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

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

background-color css

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

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

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

border-color css

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

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

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