Html Css Color HEX #C2201A Fire Brick

📋 copy color: '#C2201A'

red 194 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #C2201A

Tints of Fire Brick #C2201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 76.98%
G = 12.7%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2201A (or 0xC2201A) is known color: Fire Brick. HEX triplet: C2, 20 and 1A. RGB value is (194,32,26). Sum of RGB (Red+Green+Blue) = 194+32+26=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C2201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2201A is #3DDFE5. Grayscale: #4F4F4F. Windows color (decimal): -4055014 or 1712322. OLE color: 1712322.

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

Color convert

RGB 194 32 26 -
CMYK 0 0.84 0.87 0.24
HSL 2.14º 0.76% 0.43% -
HSV(B) 2.14º 0.87% 0.76% -
XYZ 22.95 12.58 2.2 -
YUV 79.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 194 32 26 0 0.84 0.87 0.24 2.14 0.76 0.43
Hex C2 20 1A 0 54 57 18 2 4C 2B
Octal 302 40 32 0 124 127 30 2 114 53
Binary 11000010 100000 11010 0 1010100 1010111 11000 10 1001100 101011

Color Harmonies of #C2201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2201A

Black with #C2201A

Text Example


Text Example

White with #C2201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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