Html Css Color HEX #CA2120 Fire Brick

📋 copy color: '#CA2120'

red 202 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #CA2120

Tints of Fire Brick #CA2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 75.66%
G = 12.36%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA2120 (or 0xCA2120) is known color: Fire Brick. HEX triplet: CA, 21 and 20. RGB value is (202,33,32). Sum of RGB (Red+Green+Blue) = 202+33+32=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2120 is #35DEDF. Grayscale: #535353. Windows color (decimal): -3530464 or 2105802. OLE color: 2105802.

HSL color Cylindrical-coordinate representation of color #CA2120: hue angle of 0.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2120 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 32 -
CMYK 0 0.84 0.84 0.21
HSL 0.35º 0.73% 0.46% -
HSV(B) 0.35º 0.84% 0.79% -
XYZ 25.16 13.75 2.69 -
YUV 83.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 202 33 32 0 0.84 0.84 0.21 0.35 0.73 0.46
Hex CA 21 20 0 54 54 15 0 49 2E
Octal 312 41 40 0 124 124 25 0 111 56
Binary 11001010 100001 100000 0 1010100 1010100 10101 0 1001001 101110

Color Harmonies of #CA2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2120

Black with #CA2120

Text Example


Text Example

White with #CA2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2120; }

 p { color: rgb(202,33,32); }

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

background-color css

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

 a { background-color: rgb(202,33,32); }

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

border-color css

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

 span { border-color: rgb(202,33,32); }

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