#CA122C

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

Shades of Fire Engine Red #CA122C

Tints of Fire Engine Red #CA122C

Color information

#CA122C (or 0xCA122C) is unknown color: approx Fire Engine Red. HEX triplet: CA, 12 and 2C. RGB value is (202,18,44). Sum of RGB (Red+Green+Blue) = 202+18+44=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA122C is #35EDD3. Grayscale: #4C4C4C. Windows color (decimal): -3534292 or 2888394. OLE color: 2888394.

HSL color Cylindrical-coordinate representation of color #CA122C: hue angle of 351.52º 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 #CA122C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2021844-
CMYK00.910.780.21
HSL351.52º83.64%43.14%-
HSV(B)351.52º91.09%79.22%-
XYZ25.0313.173.61-
YUV75.98109.96217.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.52%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=76.52%
G=6.82%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202184400.910.780.21351.5283.6443.14
HexCA122C05B4E15160542b
Octal312225401331162554012453
Binary1100101010010101100010110111001110101011011000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA122C; }

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

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

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

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

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

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

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

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