#C7082E

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

Shades of Fire Engine Red #C7082E

Tints of Fire Engine Red #C7082E

Color information

#C7082E (or 0xC7082E) is unknown color: approx Fire Engine Red. HEX triplet: C7, 08 and 2E. RGB value is (199,8,46). Sum of RGB (Red+Green+Blue) = 199+8+46=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7082E is #38F7D1. Grayscale: #454545. Windows color (decimal): -3733458 or 3016903. OLE color: 3016903.

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

Color convert

RGB199846-
CMYK00.960.770.22
HSL348.06º92.27%40.59%-
HSV(B)348.06º95.98%78.04%-
XYZ24.1312.513.73-
YUV69.44114.78220.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 78.66%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=78.66%
G=3.16%
B=18.18%

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
Decimal19984600.960.770.22348.0692.2740.59
HexC782E0604D1615c5c29
Octal307105601401152653413451
Binary110001111000101110011000001001101101101010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7082E; }

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

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

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

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

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

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

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

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