#CA1519

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

Shades of Fire Engine Red #CA1519

Tints of Fire Engine Red #CA1519

Color information

#CA1519 (or 0xCA1519) is unknown color: approx Fire Engine Red. HEX triplet: CA, 15 and 19. RGB value is (202,21,25). Sum of RGB (Red+Green+Blue) = 202+21+25=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1519 is #35EAE6. Grayscale: #4B4B4B. Windows color (decimal): -3533543 or 1643978. OLE color: 1643978.

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

Color convert

RGB2022125-
CMYK00.900.880.21
HSL358.67º81.17%43.73%-
HSV(B)358.67º89.6%79.22%-
XYZ24.813.162.15-
YUV75.5799.47218.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.45%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=81.45%
G=8.47%
B=10.08%

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
Decimal202212500.900.880.21358.6781.1743.73
HexCA151905A5815167512c
Octal312253101321302554712154
Binary110010101010111001010110101011000101011011001111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1519; }

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

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

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

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

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

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

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

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