Html Css Color HEX #C9072E Fire Engine Red

📋 copy color: '#C9072E'

red 201 ◦ green 7 ◦ blue 46

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

Shades of Fire Engine Red #C9072E

Tints of Fire Engine Red #C9072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 79.13%
G = 2.76%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9072E (or 0xC9072E) is known color: Fire Engine Red. HEX triplet: C9, 07 and 2E. RGB value is (201,7,46). Sum of RGB (Red+Green+Blue) = 201+7+46=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9072E is #36F8D1. Grayscale: #454545. Windows color (decimal): -3602642 or 3016649. OLE color: 3016649.

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

Color convert

RGB 201 7 46 -
CMYK 0 0.97 0.77 0.21
HSL 347.94º 0.93% 0.41% -
HSV(B) 347.94º 0.97% 0.79% -
XYZ 24.66 12.77 3.75 -
YUV 69.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 201 7 46 0 0.97 0.77 0.21 347.94 0.93 0.41
Hex C9 7 2E 0 61 4D 15 15C 5D 29
Octal 311 7 56 0 141 115 25 534 135 51
Binary 11001001 111 101110 0 1100001 1001101 10101 101011100 1011101 101001

Color Harmonies of #C9072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9072E

Black with #C9072E

Text Example


Text Example

White with #C9072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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