Html Css Color HEX #C2221F Fire Brick

📋 copy color: '#C2221F'

red 194 ◦ green 34 ◦ blue 31

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

Shades of Fire Brick #C2221F

Tints of Fire Brick #C2221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 74.9%
G = 13.13%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2221F (or 0xC2221F) is known color: Fire Brick. HEX triplet: C2, 22 and 1F. RGB value is (194,34,31). Sum of RGB (Red+Green+Blue) = 194+34+31=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2221F is #3DDDE0. Grayscale: #515151. Windows color (decimal): -4054497 or 2040514. OLE color: 2040514.

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

Color convert

RGB 194 34 31 -
CMYK 0 0.82 0.84 0.24
HSL 1.1º 0.72% 0.44% -
HSV(B) 1.1º 0.84% 0.76% -
XYZ 23.07 12.71 2.53 -
YUV 81.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 194 34 31 0 0.82 0.84 0.24 1.1 0.72 0.44
Hex C2 22 1F 0 52 54 18 1 48 2C
Octal 302 42 37 0 122 124 30 1 110 54
Binary 11000010 100010 11111 0 1010010 1010100 11000 1 1001000 101100

Color Harmonies of #C2221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2221F

Black with #C2221F

Text Example


Text Example

White with #C2221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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