Html Css Color HEX #C2221C Fire Brick

📋 copy color: '#C2221C'

red 194 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #C2221C

Tints of Fire Brick #C2221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 75.78%
G = 13.28%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2221C (or 0xC2221C) is known color: Fire Brick. HEX triplet: C2, 22 and 1C. RGB value is (194,34,28). Sum of RGB (Red+Green+Blue) = 194+34+28=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2221C is #3DDDE3. Grayscale: #515151. Windows color (decimal): -4054500 or 1843906. OLE color: 1843906.

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

Color convert

RGB 194 34 28 -
CMYK 0 0.82 0.86 0.24
HSL 2.17º 0.75% 0.44% -
HSV(B) 2.17º 0.86% 0.76% -
XYZ 23.03 12.7 2.34 -
YUV 81.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 194 34 28 0 0.82 0.86 0.24 2.17 0.75 0.44
Hex C2 22 1C 0 52 56 18 2 4B 2C
Octal 302 42 34 0 122 126 30 2 113 54
Binary 11000010 100010 11100 0 1010010 1010110 11000 10 1001011 101100

Color Harmonies of #C2221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2221C

Black with #C2221C

Text Example


Text Example

White with #C2221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2221C; }

 p { color: rgb(194,34,28); }

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

background-color css

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

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

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

border-color css

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

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

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