Html Css Color HEX #CA1816 Fire Brick

📋 copy color: '#CA1816'

red 202 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #CA1816

Tints of Fire Brick #CA1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 81.45%
G = 9.68%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA1816 (or 0xCA1816) is known color: Fire Brick. HEX triplet: CA, 18 and 16. RGB value is (202,24,22). Sum of RGB (Red+Green+Blue) = 202+24+22=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1816 is #35E7E9. Grayscale: #4D4D4D. Windows color (decimal): -3532778 or 1448138. OLE color: 1448138.

HSL color Cylindrical-coordinate representation of color #CA1816: hue angle of 0.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1816 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 24 22 -
CMYK 0 0.88 0.89 0.21
HSL 0.67º 0.8% 0.44% -
HSV(B) 0.67º 0.89% 0.79% -
XYZ 24.83 13.27 2.01 -
YUV 76.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 202 24 22 0 0.88 0.89 0.21 0.67 0.8 0.44
Hex CA 18 16 0 58 59 15 1 50 2C
Octal 312 30 26 0 130 131 25 1 120 54
Binary 11001010 11000 10110 0 1011000 1011001 10101 1 1010000 101100

Color Harmonies of #CA1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1816

Black with #CA1816

Text Example


Text Example

White with #CA1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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