Html Css Color HEX #C91022 Fire Engine Red

📋 copy color: '#C91022'

red 201 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #C91022

Tints of Fire Engine Red #C91022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

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

R = 80.08%
G = 6.37%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C91022 (or 0xC91022) is known color: Fire Engine Red. HEX triplet: C9, 10 and 22. RGB value is (201,16,34). Sum of RGB (Red+Green+Blue) = 201+16+34=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C91022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91022 is #36EFDD. Grayscale: #494949. Windows color (decimal): -3600350 or 2232521. OLE color: 2232521.

HSL color Cylindrical-coordinate representation of color #C91022: hue angle of 354.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91022 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 34 -
CMYK 0 0.92 0.83 0.21
HSL 354.16º 0.85% 0.43% -
HSV(B) 354.16º 0.92% 0.79% -
XYZ 24.56 12.9 2.71 -
YUV 73.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 201 16 34 0 0.92 0.83 0.21 354.16 0.85 0.43
Hex C9 10 22 0 5C 53 15 162 55 2B
Octal 311 20 42 0 134 123 25 542 125 53
Binary 11001001 10000 100010 0 1011100 1010011 10101 101100010 1010101 101011

Color Harmonies of #C91022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91022

Black with #C91022

Text Example


Text Example

White with #C91022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91022; }

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

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

background-color css

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

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

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

border-color css

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

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

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