Html Css Color HEX #C22820 Fire Brick

📋 copy color: '#C22820'

red 194 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #C22820

Tints of Fire Brick #C22820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 72.93%
G = 15.04%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C22820 (or 0xC22820) is known color: Fire Brick. HEX triplet: C2, 28 and 20. RGB value is (194,40,32). Sum of RGB (Red+Green+Blue) = 194+40+32=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C22820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22820 is #3DD7DF. Grayscale: #555555. Windows color (decimal): -4052960 or 2107586. OLE color: 2107586.

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

Color convert

RGB 194 40 32 -
CMYK 0 0.79 0.84 0.24
HSL 2.96º 0.72% 0.44% -
HSV(B) 2.96º 0.84% 0.76% -
XYZ 23.27 13.09 2.67 -
YUV 85.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 194 40 32 0 0.79 0.84 0.24 2.96 0.72 0.44
Hex C2 28 20 0 4F 54 18 3 48 2C
Octal 302 50 40 0 117 124 30 3 110 54
Binary 11000010 101000 100000 0 1001111 1010100 11000 11 1001000 101100

Color Harmonies of #C22820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22820

Black with #C22820

Text Example


Text Example

White with #C22820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22820; }

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

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

background-color css

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

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

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

border-color css

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

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

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