#c52529

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

Shades of Fire Engine Red #C52529

Tints of Fire Engine Red #C52529

Color information

#C52529 (or 0xC52529) is unknown color: approx Fire Engine Red. HEX triplet: C5, 25 and 29. RGB value is (197,37,41). Sum of RGB (Red+Green+Blue) = 197+37+41=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C52529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52529 is #3ADAD6. Grayscale: #555555. Windows color (decimal): -3857111 or 2696645. OLE color: 2696645.

HSL color Cylindrical-coordinate representation of color #C52529: hue angle of 358.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52529 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1973741-
CMYK00.810.790.23
HSL358.5º68.38%45.88%-
HSV(B)358.5º81.22%77.25%-
XYZ24.0913.353.41-
YUV85.3103.01207.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.64%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=71.64%
G=13.45%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197374100.810.790.23358.568.3845.88
HexC525290514F17166442e
Octal305455101211172754610456
Binary11000101100101101001010100011001111101111011001101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52529; }

 p { color: rgb(197,37,41); }

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

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

 a { background-color: rgb(197,37,41); }

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

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

 span { border-color: rgb(197,37,41); }

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