Html Css Color HEX #C2272F Mahogany

📋 copy color: '#C2272F'

red 194 ◦ green 39 ◦ blue 47

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

Shades of Mahogany #C2272F

Tints of Mahogany #C2272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 69.29%
G = 13.93%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2272F (or 0xC2272F) is known color: Mahogany. HEX triplet: C2, 27 and 2F. RGB value is (194,39,47). Sum of RGB (Red+Green+Blue) = 194+39+47=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2272F is #3DD8D0. Grayscale: #565656. Windows color (decimal): -4053201 or 3090370. OLE color: 3090370.

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

Color convert

RGB 194 39 47 -
CMYK 0 0.80 0.76 0.24
HSL 356.9º 0.67% 0.46% -
HSV(B) 356.9º 0.8% 0.76% -
XYZ 23.49 13.13 3.98 -
YUV 86.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 194 39 47 0 0.80 0.76 0.24 356.9 0.67 0.46
Hex C2 27 2F 0 50 4C 18 165 43 2E
Octal 302 47 57 0 120 114 30 545 103 56
Binary 11000010 100111 101111 0 1010000 1001100 11000 101100101 1000011 101110

Color Harmonies of #C2272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2272F

Black with #C2272F

Text Example


Text Example

White with #C2272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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