#CA1A15

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

Shades of Fire Brick #CA1A15

Tints of Fire Brick #CA1A15

Color information

#CA1A15 (or 0xCA1A15) is unknown color: approx Fire Brick. HEX triplet: CA, 1A and 15. RGB value is (202,26,21). Sum of RGB (Red+Green+Blue) = 202+26+21=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1A15 is #35E5EA. Grayscale: #4E4E4E. Windows color (decimal): -3532267 or 1383114. OLE color: 1383114.

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

Color convert

RGB2022621-
CMYK00.870.900.21
HSL1.66º81.17%43.73%-
HSV(B)1.66º89.6%79.22%-
XYZ24.8613.351.98-
YUV78.0595.81216.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.12%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=81.12%
G=10.44%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202262100.870.900.211.6681.1743.73
HexCA1A150575A152512c
Octal3123225012713225212154
Binary11001010110101010101010111101101010101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A15; }

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

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

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

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

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

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

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

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