#C7082C

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

Shades of Fire Engine Red #C7082C

Tints of Fire Engine Red #C7082C

Color information

#C7082C (or 0xC7082C) is unknown color: approx Fire Engine Red. HEX triplet: C7, 08 and 2C. RGB value is (199,8,44). Sum of RGB (Red+Green+Blue) = 199+8+44=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C7082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7082C is #38F7D3. Grayscale: #454545. Windows color (decimal): -3733460 or 2885831. OLE color: 2885831.

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

Color convert

RGB199844-
CMYK00.960.780.22
HSL348.69º92.27%40.59%-
HSV(B)348.69º95.98%78.04%-
XYZ24.0912.53.53-
YUV69.21113.78220.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.28%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=79.28%
G=3.19%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19984400.960.780.22348.6992.2740.59
HexC782C0604E1615d5c29
Octal307105401401162653513451
Binary110001111000101100011000001001110101101010111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7082C; }

 p { color: rgb(199,8,44); }

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

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

 a { background-color: rgb(199,8,44); }

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

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

 span { border-color: rgb(199,8,44); }

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