Html Css Color HEX #C22020 Fire Brick

📋 copy color: '#C22020'

red 194 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #C22020

Tints of Fire Brick #C22020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 75.19%
G = 12.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C22020 (or 0xC22020) is known color: Fire Brick. HEX triplet: C2, 20 and 20. RGB value is (194,32,32). Sum of RGB (Red+Green+Blue) = 194+32+32=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C22020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22020 is #3DDFDF. Grayscale: #505050. Windows color (decimal): -4055008 or 2105538. OLE color: 2105538.

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

Color convert

RGB 194 32 32 -
CMYK 0 0.84 0.84 0.24
HSL 0.72% 0.44% -
HSV(B) 0.84% 0.76% -
XYZ 23.03 12.61 2.59 -
YUV 80.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 194 32 32 0 0.84 0.84 0.24 0 0.72 0.44
Hex C2 20 20 0 54 54 18 0 48 2C
Octal 302 40 40 0 124 124 30 0 110 54
Binary 11000010 100000 100000 0 1010100 1010100 11000 0 1001000 101100

Color Harmonies of #C22020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22020

Black with #C22020

Text Example


Text Example

White with #C22020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22020; }

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

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

background-color css

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

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

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

border-color css

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

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

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