Html Css Color HEX #C90924 Fire Engine Red

📋 copy color: '#C90924'

red 201 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #C90924

Tints of Fire Engine Red #C90924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 81.71%
G = 3.66%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90924 (or 0xC90924) is known color: Fire Engine Red. HEX triplet: C9, 09 and 24. RGB value is (201,9,36). Sum of RGB (Red+Green+Blue) = 201+9+36=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90924 is #36F6DB. Grayscale: #454545. Windows color (decimal): -3602140 or 2361801. OLE color: 2361801.

HSL color Cylindrical-coordinate representation of color #C90924: hue angle of 351.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90924 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 9 36 -
CMYK 0 0.96 0.82 0.21
HSL 351.56º 0.91% 0.41% -
HSV(B) 351.56º 0.96% 0.79% -
XYZ 24.5 12.74 2.84 -
YUV 69.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 201 9 36 0 0.96 0.82 0.21 351.56 0.91 0.41
Hex C9 9 24 0 60 52 15 160 5B 29
Octal 311 11 44 0 140 122 25 540 133 51
Binary 11001001 1001 100100 0 1100000 1010010 10101 101100000 1011011 101001

Color Harmonies of #C90924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90924

Black with #C90924

Text Example


Text Example

White with #C90924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90924; }

 p { color: rgb(201,9,36); }

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

background-color css

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

 a { background-color: rgb(201,9,36); }

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

border-color css

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

 span { border-color: rgb(201,9,36); }

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