Html Css Color HEX #C2201E Fire Brick

📋 copy color: '#C2201E'

red 194 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #C2201E

Tints of Fire Brick #C2201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 75.78%
G = 12.5%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2201E (or 0xC2201E) is known color: Fire Brick. HEX triplet: C2, 20 and 1E. RGB value is (194,32,30). Sum of RGB (Red+Green+Blue) = 194+32+30=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2201E is #3DDFE1. Grayscale: #505050. Windows color (decimal): -4055010 or 1974466. OLE color: 1974466.

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

Color convert

RGB 194 32 30 -
CMYK 0 0.84 0.85 0.24
HSL 0.73º 0.73% 0.44% -
HSV(B) 0.73º 0.85% 0.76% -
XYZ 23 12.6 2.45 -
YUV 80.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 194 32 30 0 0.84 0.85 0.24 0.73 0.73 0.44
Hex C2 20 1E 0 54 55 18 1 49 2C
Octal 302 40 36 0 124 125 30 1 111 54
Binary 11000010 100000 11110 0 1010100 1010101 11000 1 1001001 101100

Color Harmonies of #C2201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2201E

Black with #C2201E

Text Example


Text Example

White with #C2201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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