#CA121E

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

Shades of Fire Engine Red #CA121E

Tints of Fire Engine Red #CA121E

Color information

#CA121E (or 0xCA121E) is unknown color: approx Fire Engine Red. HEX triplet: CA, 12 and 1E. RGB value is (202,18,30). Sum of RGB (Red+Green+Blue) = 202+18+30=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA121E is #35EDE1. Grayscale: #4A4A4A. Windows color (decimal): -3534306 or 1970890. OLE color: 1970890.

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

Color convert

RGB2021830-
CMYK00.910.850.21
HSL356.09º83.64%43.14%-
HSV(B)356.09º91.09%79.22%-
XYZ24.8113.082.45-
YUV74.38102.96219.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.8%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 30 (12.11% from 255) = 12%
R=80.8%
G=7.2%
B=12%

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
Decimal202183000.910.850.21356.0983.6443.14
HexCA121E05B5515164542b
Octal312223601331252554412453
Binary110010101001011110010110111010101101011011001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA121E; }

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

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

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

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

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

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

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

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