Html Css Color HEX #C9052C Fire Engine Red

📋 copy color: '#C9052C'

red 201 ◦ green 5 ◦ blue 44

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

Shades of Fire Engine Red #C9052C

Tints of Fire Engine Red #C9052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 80.4%
G = 2%
B = 17.6%

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

#C9052C (or 0xC9052C) is known color: Fire Engine Red. HEX triplet: C9, 05 and 2C. RGB value is (201,5,44). Sum of RGB (Red+Green+Blue) = 201+5+44=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9052C is #36FAD3. Grayscale: #444444. Windows color (decimal): -3603156 or 2885065. OLE color: 2885065.

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

Color convert

RGB 201 5 44 -
CMYK 0 0.98 0.78 0.21
HSL 348.06º 0.95% 0.4% -
HSV(B) 348.06º 0.98% 0.79% -
XYZ 24.6 12.71 3.54 -
YUV 68.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 201 5 44 0 0.98 0.78 0.21 348.06 0.95 0.4
Hex C9 5 2C 0 62 4E 15 15C 5F 28
Octal 311 5 54 0 142 116 25 534 137 50
Binary 11001001 101 101100 0 1100010 1001110 10101 101011100 1011111 101000

Color Harmonies of #C9052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9052C

Black with #C9052C

Text Example


Text Example

White with #C9052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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