Html Css Color HEX #C9032D Fire Engine Red

📋 copy color: '#C9032D'

red 201 ◦ green 3 ◦ blue 45

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

Shades of Fire Engine Red #C9032D

Tints of Fire Engine Red #C9032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 80.72%
G = 1.2%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9032D (or 0xC9032D) is known color: Fire Engine Red. HEX triplet: C9, 03 and 2D. RGB value is (201,3,45). Sum of RGB (Red+Green+Blue) = 201+3+45=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032D is #36FCD2. Grayscale: #434343. Windows color (decimal): -3603667 or 2950089. OLE color: 2950089.

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

Color convert

RGB 201 3 45 -
CMYK 0 0.99 0.78 0.21
HSL 347.27º 0.97% 0.4% -
HSV(B) 347.27º 0.99% 0.79% -
XYZ 24.59 12.67 3.63 -
YUV 66.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 201 3 45 0 0.99 0.78 0.21 347.27 0.97 0.4
Hex C9 3 2D 0 63 4E 15 15B 61 28
Octal 311 3 55 0 143 116 25 533 141 50
Binary 11001001 11 101101 0 1100011 1001110 10101 101011011 1100001 101000

Color Harmonies of #C9032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9032D

Black with #C9032D

Text Example


Text Example

White with #C9032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9032D; }

 p { color: rgb(201,3,45); }

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

background-color css

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

 a { background-color: rgb(201,3,45); }

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

border-color css

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

 span { border-color: rgb(201,3,45); }

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