Html Css Color HEX #C9052D Fire Engine Red

📋 copy color: '#C9052D'

red 201 ◦ green 5 ◦ blue 45

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

Shades of Fire Engine Red #C9052D

Tints of Fire Engine Red #C9052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 80.08%
G = 1.99%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9052D (or 0xC9052D) is known color: Fire Engine Red. HEX triplet: C9, 05 and 2D. RGB value is (201,5,45). Sum of RGB (Red+Green+Blue) = 201+5+45=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9052D is #36FAD2. Grayscale: #444444. Windows color (decimal): -3603155 or 2950601. OLE color: 2950601.

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

Color convert

RGB 201 5 45 -
CMYK 0 0.98 0.78 0.21
HSL 347.76º 0.95% 0.4% -
HSV(B) 347.76º 0.98% 0.79% -
XYZ 24.62 12.72 3.64 -
YUV 68.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 201 5 45 0 0.98 0.78 0.21 347.76 0.95 0.4
Hex C9 5 2D 0 62 4E 15 15C 5F 28
Octal 311 5 55 0 142 116 25 534 137 50
Binary 11001001 101 101101 0 1100010 1001110 10101 101011100 1011111 101000

Color Harmonies of #C9052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9052D

Black with #C9052D

Text Example


Text Example

White with #C9052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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