#C9082D

Color #C9082D Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C9082D

Tints of Fire Engine Red #C9082D

Color information

#C9082D (or 0xC9082D) is unknown color: approx Fire Engine Red. HEX triplet: C9, 08 and 2D. RGB value is (201,8,45). Sum of RGB (Red+Green+Blue) = 201+8+45=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082D is #36F7D2. Grayscale: #454545. Windows color (decimal): -3602387 or 2951369. OLE color: 2951369.

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

Color convert

RGB201845-
CMYK00.960.780.21
HSL348.5º92.34%40.98%-
HSV(B)348.5º96.02%78.82%-
XYZ24.6512.783.65-
YUV69.92113.94221.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 79.13%
GREEN value IS 8 (3.52% from 255) = 3.15%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=79.13%
G=3.15%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20184500.960.780.21348.592.3440.98
HexC982D0604E1515c5c29
Octal311105501401162553413451
Binary110010011000101101011000001001110101011010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9082D; }

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

 H1.HeaderClassName
 {
   color: #C9082D;
 }
 .AnyTagClassName
 {
   color: #C9082D;
 }
</style>
background-color css

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

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

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

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

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

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