Html Css Color HEX #C2272E Mahogany

📋 copy color: '#C2272E'

red 194 ◦ green 39 ◦ blue 46

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

Shades of Mahogany #C2272E

Tints of Mahogany #C2272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 69.53%
G = 13.98%
B = 16.49%

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

#C2272E (or 0xC2272E) is known color: Mahogany. HEX triplet: C2, 27 and 2E. RGB value is (194,39,46). Sum of RGB (Red+Green+Blue) = 194+39+46=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2272E is #3DD8D1. Grayscale: #565656. Windows color (decimal): -4053202 or 3024834. OLE color: 3024834.

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

Color convert

RGB 194 39 46 -
CMYK 0 0.80 0.76 0.24
HSL 357.29º 0.67% 0.46% -
HSV(B) 357.29º 0.8% 0.76% -
XYZ 23.47 13.12 3.88 -
YUV 86.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 194 39 46 0 0.80 0.76 0.24 357.29 0.67 0.46
Hex C2 27 2E 0 50 4C 18 165 43 2E
Octal 302 47 56 0 120 114 30 545 103 56
Binary 11000010 100111 101110 0 1010000 1001100 11000 101100101 1000011 101110

Color Harmonies of #C2272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2272E

Black with #C2272E

Text Example


Text Example

White with #C2272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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