Html Css Color HEX #C90829 Fire Engine Red

📋 copy color: '#C90829'

red 201 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #C90829

Tints of Fire Engine Red #C90829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 80.4%
G = 3.2%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90829 (or 0xC90829) is known color: Fire Engine Red. HEX triplet: C9, 08 and 29. RGB value is (201,8,41). Sum of RGB (Red+Green+Blue) = 201+8+41=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C90829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90829 is #36F7D6. Grayscale: #454545. Windows color (decimal): -3602391 or 2689225. OLE color: 2689225.

HSL color Cylindrical-coordinate representation of color #C90829: hue angle of 349.74º degrees, saturation: 0.92, 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 #C90829 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 41 -
CMYK 0 0.96 0.80 0.21
HSL 349.74º 0.92% 0.41% -
HSV(B) 349.74º 0.96% 0.79% -
XYZ 24.57 12.75 3.26 -
YUV 69.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 201 8 41 0 0.96 0.80 0.21 349.74 0.92 0.41
Hex C9 8 29 0 60 50 15 15E 5C 29
Octal 311 10 51 0 140 120 25 536 134 51
Binary 11001001 1000 101001 0 1100000 1010000 10101 101011110 1011100 101001

Color Harmonies of #C90829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90829

Black with #C90829

Text Example


Text Example

White with #C90829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90829; }

 p { color: rgb(201,8,41); }

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

background-color css

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

 a { background-color: rgb(201,8,41); }

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

border-color css

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

 span { border-color: rgb(201,8,41); }

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