#CA1815

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

Shades of Fire Brick #CA1815

Tints of Fire Brick #CA1815

Color information

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

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

Color convert

RGB2022421-
CMYK00.880.900.21
HSL0.99º81.17%43.73%-
HSV(B)0.99º89.6%79.22%-
XYZ24.8213.261.96-
YUV76.8896.47217.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202242100.880.900.210.9981.1743.73
HexCA18150585A151512c
Octal3123025013013225112154
Binary1100101011000101010101100010110101010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1815; }

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

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

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

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

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

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

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

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