#C9082F

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

Shades of Fire Engine Red #C9082F

Tints of Fire Engine Red #C9082F

Color information

#C9082F (or 0xC9082F) is unknown color: approx Fire Engine Red. HEX triplet: C9, 08 and 2F. RGB value is (201,8,47). Sum of RGB (Red+Green+Blue) = 201+8+47=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082F is #36F7D0. Grayscale: #464646. Windows color (decimal): -3602385 or 3082441. OLE color: 3082441.

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

Color convert

RGB201847-
CMYK00.960.770.21
HSL347.88º92.34%40.98%-
HSV(B)347.88º96.02%78.82%-
XYZ24.6912.83.86-
YUV70.15114.94221.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.52%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=78.52%
G=3.12%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20184700.960.770.21347.8892.3440.98
HexC982F0604D1515c5c29
Octal311105701401152553413451
Binary110010011000101111011000001001101101011010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9082F; }

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

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

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

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

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

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

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

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