Html Css Color HEX #CA1813 Fire Brick

📋 copy color: '#CA1813'

red 202 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #CA1813

Tints of Fire Brick #CA1813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 82.45%
G = 9.8%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA1813 (or 0xCA1813) is known color: Fire Brick. HEX triplet: CA, 18 and 13. RGB value is (202,24,19). Sum of RGB (Red+Green+Blue) = 202+24+19=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1813 is #35E7EC. Grayscale: #4C4C4C. Windows color (decimal): -3532781 or 1251530. OLE color: 1251530.

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

Color convert

RGB 202 24 19 -
CMYK 0 0.88 0.91 0.21
HSL 1.64º 0.83% 0.43% -
HSV(B) 1.64º 0.91% 0.79% -
XYZ 24.8 13.26 1.87 -
YUV 76.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 202 24 19 0 0.88 0.91 0.21 1.64 0.83 0.43
Hex CA 18 13 0 58 5B 15 2 53 2B
Octal 312 30 23 0 130 133 25 2 123 53
Binary 11001010 11000 10011 0 1011000 1011011 10101 10 1010011 101011

Color Harmonies of #CA1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1813

Black with #CA1813

Text Example


Text Example

White with #CA1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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