#C60E25

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

Shades of Fire Engine Red #C60E25

Tints of Fire Engine Red #C60E25

Color information

#C60E25 (or 0xC60E25) is unknown color: approx Fire Engine Red. HEX triplet: C6, 0E and 25. RGB value is (198,14,37). Sum of RGB (Red+Green+Blue) = 198+14+37=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60E25 is #39F1DA. Grayscale: #474747. Windows color (decimal): -3797467 or 2428614. OLE color: 2428614.

HSL color Cylindrical-coordinate representation of color #C60E25: hue angle of 352.5º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60E25 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB1981437-
CMYK00.930.810.22
HSL352.5º86.79%41.57%-
HSV(B)352.5º92.93%77.65%-
XYZ23.7812.452.9-
YUV71.64108.46218.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 79.52%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=79.52%
G=5.62%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198143700.930.810.22352.586.7941.57
HexC6E2505D5116160572a
Octal306164501351212654012752
Binary110001101110100101010111011010001101101011000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60E25; }

 p { color: rgb(198,14,37); }

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

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

 a { background-color: rgb(198,14,37); }

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

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

 span { border-color: rgb(198,14,37); }

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