Html Css Color HEX #C9272C Mahogany

📋 copy color: '#C9272C'

red 201 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #C9272C

Tints of Mahogany #C9272C

RGB

 RED value IS 201 (78.91% from 255) = 70.77%

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

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

R = 70.77%
G = 13.73%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9272C (or 0xC9272C) is known color: Mahogany. HEX triplet: C9, 27 and 2C. RGB value is (201,39,44). Sum of RGB (Red+Green+Blue) = 201+39+44=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9272C is #36D8D3. Grayscale: #585858. Windows color (decimal): -3594452 or 2893769. OLE color: 2893769.

HSL color Cylindrical-coordinate representation of color #C9272C: hue angle of 358.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9272C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 44 -
CMYK 0 0.81 0.78 0.21
HSL 358.15º 0.68% 0.47% -
HSV(B) 358.15º 0.81% 0.79% -
XYZ 25.27 14.05 3.76 -
YUV 88.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 201 39 44 0 0.81 0.78 0.21 358.15 0.68 0.47
Hex C9 27 2C 0 51 4E 15 166 44 2F
Octal 311 47 54 0 121 116 25 546 104 57
Binary 11001001 100111 101100 0 1010001 1001110 10101 101100110 1000100 101111

Color Harmonies of #C9272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9272C

Black with #C9272C

Text Example


Text Example

White with #C9272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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