#C5062B

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

Shades of Fire Engine Red #C5062B

Tints of Fire Engine Red #C5062B

Color information

#C5062B (or 0xC5062B) is unknown color: approx Fire Engine Red. HEX triplet: C5, 06 and 2B. RGB value is (197,6,43). Sum of RGB (Red+Green+Blue) = 197+6+43=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5062B is #3AF9D4. Grayscale: #434343. Windows color (decimal): -3865045 or 2819781. OLE color: 2819781.

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

Color convert

RGB197643-
CMYK00.970.780.23
HSL348.38º94.09%39.8%-
HSV(B)348.38º96.95%77.25%-
XYZ23.5312.173.4-
YUV67.33114.28220.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.08%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=80.08%
G=2.44%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19764300.970.780.23348.3894.0939.8
HexC562B0614E1715c5e28
Octal30565301411162753413650
Binary11000101110101011011000011001110101111010111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5062B; }

 p { color: rgb(197,6,43); }

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

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

 a { background-color: rgb(197,6,43); }

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

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

 span { border-color: rgb(197,6,43); }

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