#C7082D

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

Shades of Fire Engine Red #C7082D

Tints of Fire Engine Red #C7082D

Color information

#C7082D (or 0xC7082D) is unknown color: approx Fire Engine Red. HEX triplet: C7, 08 and 2D. RGB value is (199,8,45). Sum of RGB (Red+Green+Blue) = 199+8+45=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C7082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7082D is #38F7D2. Grayscale: #454545. Windows color (decimal): -3733459 or 2951367. OLE color: 2951367.

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

Color convert

RGB199845-
CMYK00.960.770.22
HSL348.38º92.27%40.59%-
HSV(B)348.38º95.98%78.04%-
XYZ24.1112.513.63-
YUV69.33114.28220.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 78.97%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=78.97%
G=3.17%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19984500.960.770.22348.3892.2740.59
HexC782D0604D1615c5c29
Octal307105501401152653413451
Binary110001111000101101011000001001101101101010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7082D; }

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

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

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

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

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

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

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

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