Html Css Color HEX #C2201C Fire Brick

📋 copy color: '#C2201C'

red 194 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #C2201C

Tints of Fire Brick #C2201C

RGB

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

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

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

R = 76.38%
G = 12.6%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2201C (or 0xC2201C) is known color: Fire Brick. HEX triplet: C2, 20 and 1C. RGB value is (194,32,28). Sum of RGB (Red+Green+Blue) = 194+32+28=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2201C is #3DDFE3. Grayscale: #505050. Windows color (decimal): -4055012 or 1843394. OLE color: 1843394.

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

Color convert

RGB 194 32 28 -
CMYK 0 0.84 0.86 0.24
HSL 1.45º 0.75% 0.44% -
HSV(B) 1.45º 0.86% 0.76% -
XYZ 22.97 12.59 2.32 -
YUV 79.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 194 32 28 0 0.84 0.86 0.24 1.45 0.75 0.44
Hex C2 20 1C 0 54 56 18 1 4B 2C
Octal 302 40 34 0 124 126 30 1 113 54
Binary 11000010 100000 11100 0 1010100 1010110 11000 1 1001011 101100

Color Harmonies of #C2201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2201C

Black with #C2201C

Text Example


Text Example

White with #C2201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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