Html Css Color HEX #C9072B Fire Engine Red

📋 copy color: '#C9072B'

red 201 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #C9072B

Tints of Fire Engine Red #C9072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 80.08%
G = 2.79%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9072B (or 0xC9072B) is known color: Fire Engine Red. HEX triplet: C9, 07 and 2B. RGB value is (201,7,43). Sum of RGB (Red+Green+Blue) = 201+7+43=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9072B is #36F8D4. Grayscale: #454545. Windows color (decimal): -3602645 or 2820041. OLE color: 2820041.

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

Color convert

RGB 201 7 43 -
CMYK 0 0.97 0.79 0.21
HSL 348.87º 0.93% 0.41% -
HSV(B) 348.87º 0.97% 0.79% -
XYZ 24.6 12.74 3.45 -
YUV 69.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 201 7 43 0 0.97 0.79 0.21 348.87 0.93 0.41
Hex C9 7 2B 0 61 4F 15 15D 5D 29
Octal 311 7 53 0 141 117 25 535 135 51
Binary 11001001 111 101011 0 1100001 1001111 10101 101011101 1011101 101001

Color Harmonies of #C9072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9072B

Black with #C9072B

Text Example


Text Example

White with #C9072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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