Html Css Color HEX #C22015 Fire Brick

📋 copy color: '#C22015'

red 194 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #C22015

Tints of Fire Brick #C22015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 78.54%
G = 12.96%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C22015 (or 0xC22015) is known color: Fire Brick. HEX triplet: C2, 20 and 15. RGB value is (194,32,21). Sum of RGB (Red+Green+Blue) = 194+32+21=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C22015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22015 is #3DDFEA. Grayscale: #4F4F4F. Windows color (decimal): -4055019 or 1384642. OLE color: 1384642.

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

Color convert

RGB 194 32 21 -
CMYK 0 0.84 0.89 0.24
HSL 3.82º 0.8% 0.42% -
HSV(B) 3.82º 0.89% 0.76% -
XYZ 22.9 12.56 1.93 -
YUV 79.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 194 32 21 0 0.84 0.89 0.24 3.82 0.8 0.42
Hex C2 20 15 0 54 59 18 4 50 2A
Octal 302 40 25 0 124 131 30 4 120 52
Binary 11000010 100000 10101 0 1010100 1011001 11000 100 1010000 101010

Color Harmonies of #C22015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22015

Black with #C22015

Text Example


Text Example

White with #C22015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22015; }

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

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

background-color css

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

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

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

border-color css

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

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

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