#C9082E

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

Shades of Fire Engine Red #C9082E

Tints of Fire Engine Red #C9082E

Color information

#C9082E (or 0xC9082E) is unknown color: approx Fire Engine Red. HEX triplet: C9, 08 and 2E. RGB value is (201,8,46). Sum of RGB (Red+Green+Blue) = 201+8+46=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082E is #36F7D1. Grayscale: #464646. Windows color (decimal): -3602386 or 3016905. OLE color: 3016905.

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

Color convert

RGB201846-
CMYK00.960.770.21
HSL348.19º92.34%40.98%-
HSV(B)348.19º96.02%78.82%-
XYZ24.6712.793.75-
YUV70.04114.44221.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.82%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=78.82%
G=3.14%
B=18.04%

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
Decimal20184600.960.770.21348.1992.3440.98
HexC982E0604D1515c5c29
Octal311105601401152553413451
Binary110010011000101110011000001001101101011010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9082E; }

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

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

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

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

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

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

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

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