#CA1220

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

Shades of Fire Engine Red #CA1220

Tints of Fire Engine Red #CA1220

Color information

#CA1220 (or 0xCA1220) is unknown color: approx Fire Engine Red. HEX triplet: CA, 12 and 20. RGB value is (202,18,32). Sum of RGB (Red+Green+Blue) = 202+18+32=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1220 is #35EDDF. Grayscale: #4A4A4A. Windows color (decimal): -3534304 or 2101962. OLE color: 2101962.

HSL color Cylindrical-coordinate representation of color #CA1220: hue angle of 355.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2021832-
CMYK00.910.840.21
HSL355.43º83.64%43.14%-
HSV(B)355.43º91.09%79.22%-
XYZ24.8313.092.58-
YUV74.61103.96218.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.16%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=80.16%
G=7.14%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202183200.910.840.21355.4383.6443.14
HexCA122005B5415163542b
Octal312224001331242554312453
Binary1100101010010100000010110111010100101011011000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1220; }

 p { color: rgb(202,18,32); }

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

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

 a { background-color: rgb(202,18,32); }

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

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

 span { border-color: rgb(202,18,32); }

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