#CA1915

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

Shades of Fire Brick #CA1915

Tints of Fire Brick #CA1915

Color information

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

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

Color convert

RGB2022521-
CMYK00.880.900.21
HSL1.33º81.17%43.73%-
HSV(B)1.33º89.6%79.22%-
XYZ24.8413.311.97-
YUV77.4796.14216.83-

RGB Variations

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

RGB

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

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
Decimal202252100.880.900.211.3381.1743.73
HexCA19150585A151512c
Octal3123125013013225112154
Binary1100101011001101010101100010110101010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1915; }

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

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

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

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

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

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

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

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