Html Css Color HEX #C2211C Fire Brick

📋 copy color: '#C2211C'

red 194 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #C2211C

Tints of Fire Brick #C2211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 76.08%
G = 12.94%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2211C (or 0xC2211C) is known color: Fire Brick. HEX triplet: C2, 21 and 1C. RGB value is (194,33,28). Sum of RGB (Red+Green+Blue) = 194+33+28=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2211C is #3DDEE3. Grayscale: #505050. Windows color (decimal): -4054756 or 1843650. OLE color: 1843650.

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

Color convert

RGB 194 33 28 -
CMYK 0 0.83 0.86 0.24
HSL 1.81º 0.75% 0.44% -
HSV(B) 1.81º 0.86% 0.76% -
XYZ 23 12.64 2.33 -
YUV 80.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 194 33 28 0 0.83 0.86 0.24 1.81 0.75 0.44
Hex C2 21 1C 0 53 56 18 2 4B 2C
Octal 302 41 34 0 123 126 30 2 113 54
Binary 11000010 100001 11100 0 1010011 1010110 11000 10 1001011 101100

Color Harmonies of #C2211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2211C

Black with #C2211C

Text Example


Text Example

White with #C2211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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