#C50A28

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

Shades of Fire Engine Red #C50A28

Tints of Fire Engine Red #C50A28

Color information

#C50A28 (or 0xC50A28) is unknown color: approx Fire Engine Red. HEX triplet: C5, 0A and 28. RGB value is (197,10,40). Sum of RGB (Red+Green+Blue) = 197+10+40=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A28 is #3AF5D7. Grayscale: #454545. Windows color (decimal): -3864024 or 2624197. OLE color: 2624197.

HSL color Cylindrical-coordinate representation of color #C50A28: hue angle of 350.37º 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 #C50A28 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1971040-
CMYK00.950.800.23
HSL350.37º90.34%40.59%-
HSV(B)350.37º94.92%77.25%-
XYZ23.5212.243.13-
YUV69.33111.45219.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 79.76%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=79.76%
G=4.05%
B=16.19%

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
Decimal197104000.950.800.23350.3790.3440.59
HexC5A2805F501715e5a29
Octal305125001371202753613251
Binary110001011010101000010111111010000101111010111101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50A28; }

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

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

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

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

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

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

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

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