Html Css Color HEX #C22A20 Fire Brick

📋 copy color: '#C22A20'

red 194 ◦ green 42 ◦ blue 32

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

Shades of Fire Brick #C22A20

Tints of Fire Brick #C22A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

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

R = 72.39%
G = 15.67%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C22A20 (or 0xC22A20) is known color: Fire Brick. HEX triplet: C2, 2A and 20. RGB value is (194,42,32). Sum of RGB (Red+Green+Blue) = 194+42+32=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A20 is #3DD5DF. Grayscale: #565656. Windows color (decimal): -4052448 or 2108098. OLE color: 2108098.

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

Color convert

RGB 194 42 32 -
CMYK 0 0.78 0.84 0.24
HSL 3.7º 0.72% 0.44% -
HSV(B) 3.7º 0.84% 0.76% -
XYZ 23.34 13.23 2.69 -
YUV 86.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 194 42 32 0 0.78 0.84 0.24 3.7 0.72 0.44
Hex C2 2A 20 0 4E 54 18 4 48 2C
Octal 302 52 40 0 116 124 30 4 110 54
Binary 11000010 101010 100000 0 1001110 1010100 11000 100 1001000 101100

Color Harmonies of #C22A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A20

Black with #C22A20

Text Example


Text Example

White with #C22A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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