#CA121F

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

Shades of Fire Engine Red #CA121F

Tints of Fire Engine Red #CA121F

Color information

#CA121F (or 0xCA121F) is unknown color: approx Fire Engine Red. HEX triplet: CA, 12 and 1F. RGB value is (202,18,31). Sum of RGB (Red+Green+Blue) = 202+18+31=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA121F is #35EDE0. Grayscale: #4A4A4A. Windows color (decimal): -3534305 or 2036426. OLE color: 2036426.

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

Color convert

RGB2021831-
CMYK00.910.850.21
HSL355.76º83.64%43.14%-
HSV(B)355.76º91.09%79.22%-
XYZ24.8213.092.51-
YUV74.5103.46218.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.48%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=80.48%
G=7.17%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202183100.910.850.21355.7683.6443.14
HexCA121F05B5515164542b
Octal312223701331252554412453
Binary110010101001011111010110111010101101011011001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA121F; }

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

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

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

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

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

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

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

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