#C50E21

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

Shades of Fire Engine Red #C50E21

Tints of Fire Engine Red #C50E21

Color information

#C50E21 (or 0xC50E21) is unknown color: approx Fire Engine Red. HEX triplet: C5, 0E and 21. RGB value is (197,14,33). Sum of RGB (Red+Green+Blue) = 197+14+33=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E21 is #3AF1DE. Grayscale: #464646. Windows color (decimal): -3863007 or 2166469. OLE color: 2166469.

HSL color Cylindrical-coordinate representation of color #C50E21: hue angle of 353.77º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E21 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB1971433-
CMYK00.930.830.23
HSL353.77º86.73%41.37%-
HSV(B)353.77º92.89%77.25%-
XYZ23.4612.292.58-
YUV70.88106.63217.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.74%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=80.74%
G=5.74%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197143300.930.830.23353.7786.7341.37
HexC5E2105D53171625729
Octal305164101351232754212751
Binary110001011110100001010111011010011101111011000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E21; }

 p { color: rgb(197,14,33); }

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

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

 a { background-color: rgb(197,14,33); }

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

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

 span { border-color: rgb(197,14,33); }

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