#CA052C

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

Shades of Fire Engine Red #CA052C

Tints of Fire Engine Red #CA052C

Color information

#CA052C (or 0xCA052C) is unknown color: approx Fire Engine Red. HEX triplet: CA, 05 and 2C. RGB value is (202,5,44). Sum of RGB (Red+Green+Blue) = 202+5+44=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA052C is #35FAD3. Grayscale: #444444. Windows color (decimal): -3537620 or 2885066. OLE color: 2885066.

HSL color Cylindrical-coordinate representation of color #CA052C: hue angle of 348.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA052C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB202544-
CMYK00.980.780.21
HSL348.12º95.17%40.59%-
HSV(B)348.12º97.52%79.22%-
XYZ24.8712.853.55-
YUV68.35114.27223.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.48%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=80.48%
G=1.99%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20254400.980.780.21348.1295.1740.59
HexCA52C0624E1515c5f29
Octal31255401421162553413751
Binary11001010101101100011000101001110101011010111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA052C; }

 p { color: rgb(202,5,44); }

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

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

 a { background-color: rgb(202,5,44); }

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

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

 span { border-color: rgb(202,5,44); }

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