#CA122D

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

Shades of Fire Engine Red #CA122D

Tints of Fire Engine Red #CA122D

Color information

#CA122D (or 0xCA122D) is unknown color: approx Fire Engine Red. HEX triplet: CA, 12 and 2D. RGB value is (202,18,45). Sum of RGB (Red+Green+Blue) = 202+18+45=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA122D is #35EDD2. Grayscale: #4C4C4C. Windows color (decimal): -3534291 or 2953930. OLE color: 2953930.

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

Color convert

RGB2021845-
CMYK00.910.780.21
HSL351.2º83.64%43.14%-
HSV(B)351.2º91.09%79.22%-
XYZ25.0513.183.71-
YUV76.09110.46217.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=76.23%
G=6.79%
B=16.98%

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
Decimal202184500.910.780.21351.283.6443.14
HexCA122D05B4E1515f542b
Octal312225501331162553712453
Binary1100101010010101101010110111001110101011010111111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA122D; }

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

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

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

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

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

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

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

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