Html Css Color HEX #C22120 Fire Brick

📋 copy color: '#C22120'

red 194 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #C22120

Tints of Fire Brick #C22120

RGB

 RED value IS 194 (76.17% from 255) = 74.9%

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

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

R = 74.9%
G = 12.74%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C22120 (or 0xC22120) is known color: Fire Brick. HEX triplet: C2, 21 and 20. RGB value is (194,33,32). Sum of RGB (Red+Green+Blue) = 194+33+32=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C22120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22120 is #3DDEDF. Grayscale: #515151. Windows color (decimal): -4054752 or 2105794. OLE color: 2105794.

HSL color Cylindrical-coordinate representation of color #C22120: hue angle of 0.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22120 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 32 -
CMYK 0 0.83 0.84 0.24
HSL 0.37º 0.72% 0.44% -
HSV(B) 0.37º 0.84% 0.76% -
XYZ 23.05 12.66 2.6 -
YUV 81.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 194 33 32 0 0.83 0.84 0.24 0.37 0.72 0.44
Hex C2 21 20 0 53 54 18 0 48 2C
Octal 302 41 40 0 123 124 30 0 110 54
Binary 11000010 100001 100000 0 1010011 1010100 11000 0 1001000 101100

Color Harmonies of #C22120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22120

Black with #C22120

Text Example


Text Example

White with #C22120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22120; }

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

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

background-color css

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

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

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

border-color css

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

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

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