Html Css Color HEX #CA1615 Fire Brick

📋 copy color: '#CA1615'

red 202 ◦ green 22 ◦ blue 21

#CA1615
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #CA1615

Tints of Fire Brick #CA1615

RGB

 RED value IS 202 (79.3% from 255) = 82.45%

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 82.45%
G = 8.98%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1615 (or 0xCA1615) is known color: Fire Brick. HEX triplet: CA, 16 and 15. RGB value is (202,22,21). Sum of RGB (Red+Green+Blue) = 202+22+21=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1615 is #35E9EA. Grayscale: #4B4B4B. Windows color (decimal): -3533291 or 1382090. OLE color: 1382090.

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

Color convert

RGB 202 22 21 -
CMYK 0 0.89 0.90 0.21
HSL 0.33º 0.81% 0.44% -
HSV(B) 0.33º 0.9% 0.79% -
XYZ 24.78 13.18 1.95 -
YUV 75.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 202 22 21 0 0.89 0.90 0.21 0.33 0.81 0.44
Hex CA 16 15 0 59 5A 15 0 51 2C
Octal 312 26 25 0 131 132 25 0 121 54
Binary 11001010 10110 10101 0 1011001 1011010 10101 0 1010001 101100

Color Harmonies of #CA1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1615

Black with #CA1615

Text Example


Text Example

White with #CA1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1615; }

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

 H1.HeaderClassName
 {
   color: #CA1615;
 }
 .AnyTagClassName
 {
   color: #CA1615;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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