#CA1518

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

Shades of Fire Engine Red #CA1518

Tints of Fire Engine Red #CA1518

Color information

#CA1518 (or 0xCA1518) is unknown color: approx Fire Engine Red. HEX triplet: CA, 15 and 18. RGB value is (202,21,24). Sum of RGB (Red+Green+Blue) = 202+21+24=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1518 is #35EAE7. Grayscale: #4B4B4B. Windows color (decimal): -3533544 or 1578442. OLE color: 1578442.

HSL color Cylindrical-coordinate representation of color #CA1518: hue angle of 359.01º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1518 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2022124-
CMYK00.900.880.21
HSL359.01º81.17%43.73%-
HSV(B)359.01º89.6%79.22%-
XYZ24.7913.162.1-
YUV75.4698.97218.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.78%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=81.78%
G=8.50%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202212400.900.880.21359.0181.1743.73
HexCA151805A5815167512c
Octal312253001321302554712154
Binary110010101010111000010110101011000101011011001111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1518; }

 p { color: rgb(202,21,24); }

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

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

 a { background-color: rgb(202,21,24); }

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

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

 span { border-color: rgb(202,21,24); }

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