#C5082E

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

Shades of Fire Engine Red #C5082E

Tints of Fire Engine Red #C5082E

Color information

#C5082E (or 0xC5082E) is unknown color: approx Fire Engine Red. HEX triplet: C5, 08 and 2E. RGB value is (197,8,46). Sum of RGB (Red+Green+Blue) = 197+8+46=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5082E is #3AF7D1. Grayscale: #444444. Windows color (decimal): -3864530 or 3016901. OLE color: 3016901.

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

Color convert

RGB197846-
CMYK00.960.770.23
HSL347.94º92.2%40.2%-
HSV(B)347.94º95.94%77.25%-
XYZ23.6112.243.7-
YUV68.84115.12219.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 78.49%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=78.49%
G=3.19%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19784600.960.770.23347.9492.240.2
HexC582E0604D1715c5c28
Octal305105601401152753413450
Binary110001011000101110011000001001101101111010111001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5082E; }

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

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

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

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

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

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

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

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