#CA121B

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

Shades of Fire Engine Red #CA121B

Tints of Fire Engine Red #CA121B

Color information

#CA121B (or 0xCA121B) is unknown color: approx Fire Engine Red. HEX triplet: CA, 12 and 1B. RGB value is (202,18,27). Sum of RGB (Red+Green+Blue) = 202+18+27=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA121B is #35EDE4. Grayscale: #4A4A4A. Windows color (decimal): -3534309 or 1774282. OLE color: 1774282.

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

Color convert

RGB2021827-
CMYK00.910.870.21
HSL357.07º83.64%43.14%-
HSV(B)357.07º91.09%79.22%-
XYZ24.7713.072.25-
YUV74.04101.46219.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.78%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=81.78%
G=7.29%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202182700.910.870.21357.0783.6443.14
HexCA121B05B5715165542b
Octal312223301331272554512453
Binary110010101001011011010110111010111101011011001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA121B; }

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

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

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

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

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

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

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

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