Html Css Color HEX #C2272C Mahogany

📋 copy color: '#C2272C'

red 194 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #C2272C

Tints of Mahogany #C2272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 70.04%
G = 14.08%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2272C (or 0xC2272C) is known color: Mahogany. HEX triplet: C2, 27 and 2C. RGB value is (194,39,44). Sum of RGB (Red+Green+Blue) = 194+39+44=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2272C is #3DD8D3. Grayscale: #565656. Windows color (decimal): -4053204 or 2893762. OLE color: 2893762.

HSL color Cylindrical-coordinate representation of color #C2272C: hue angle of 358.06º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2272C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 44 -
CMYK 0 0.80 0.77 0.24
HSL 358.06º 0.67% 0.46% -
HSV(B) 358.06º 0.8% 0.76% -
XYZ 23.43 13.1 3.68 -
YUV 85.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 194 39 44 0 0.80 0.77 0.24 358.06 0.67 0.46
Hex C2 27 2C 0 50 4D 18 166 43 2E
Octal 302 47 54 0 120 115 30 546 103 56
Binary 11000010 100111 101100 0 1010000 1001101 11000 101100110 1000011 101110

Color Harmonies of #C2272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2272C

Black with #C2272C

Text Example


Text Example

White with #C2272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2272C; }

 p { color: rgb(194,39,44); }

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

background-color css

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

 a { background-color: rgb(194,39,44); }

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

border-color css

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

 span { border-color: rgb(194,39,44); }

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