Html Css Color HEX #C90729 Fire Engine Red

📋 copy color: '#C90729'

red 201 ◦ green 7 ◦ blue 41

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

Shades of Fire Engine Red #C90729

Tints of Fire Engine Red #C90729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 80.72%
G = 2.81%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90729 (or 0xC90729) is known color: Fire Engine Red. HEX triplet: C9, 07 and 29. RGB value is (201,7,41). Sum of RGB (Red+Green+Blue) = 201+7+41=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C90729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90729 is #36F8D6. Grayscale: #444444. Windows color (decimal): -3602647 or 2688969. OLE color: 2688969.

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

Color convert

RGB 201 7 41 -
CMYK 0 0.97 0.80 0.21
HSL 349.48º 0.93% 0.41% -
HSV(B) 349.48º 0.97% 0.79% -
XYZ 24.56 12.73 3.26 -
YUV 68.88 112.27 222.24 -
System Red Green Blue C M Y K H S L
Decimal 201 7 41 0 0.97 0.80 0.21 349.48 0.93 0.41
Hex C9 7 29 0 61 50 15 15D 5D 29
Octal 311 7 51 0 141 120 25 535 135 51
Binary 11001001 111 101001 0 1100001 1010000 10101 101011101 1011101 101001

Color Harmonies of #C90729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90729

Black with #C90729

Text Example


Text Example

White with #C90729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90729; }

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

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

background-color css

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

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

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

border-color css

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

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

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