#C50A27

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

Shades of Fire Engine Red #C50A27

Tints of Fire Engine Red #C50A27

Color information

#C50A27 (or 0xC50A27) is unknown color: approx Fire Engine Red. HEX triplet: C5, 0A and 27. RGB value is (197,10,39). Sum of RGB (Red+Green+Blue) = 197+10+39=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A27 is #3AF5D8. Grayscale: #454545. Windows color (decimal): -3864025 or 2558661. OLE color: 2558661.

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

Color convert

RGB1971039-
CMYK00.950.800.23
HSL350.7º90.34%40.59%-
HSV(B)350.7º94.92%77.25%-
XYZ23.512.233.04-
YUV69.22110.95219.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.08%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=80.08%
G=4.07%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197103900.950.800.23350.790.3440.59
HexC5A2705F501715f5a29
Octal305124701371202753713251
Binary110001011010100111010111111010000101111010111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50A27; }

 p { color: rgb(197,10,39); }

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

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

 a { background-color: rgb(197,10,39); }

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

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

 span { border-color: rgb(197,10,39); }

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