Html Css Color HEX #C9272E Mahogany

📋 copy color: '#C9272E'

red 201 ◦ green 39 ◦ blue 46

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

Shades of Mahogany #C9272E

Tints of Mahogany #C9272E

RGB

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

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

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

R = 70.28%
G = 13.64%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9272E (or 0xC9272E) is known color: Mahogany. HEX triplet: C9, 27 and 2E. RGB value is (201,39,46). Sum of RGB (Red+Green+Blue) = 201+39+46=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9272E is #36D8D1. Grayscale: #585858. Windows color (decimal): -3594450 or 3024841. OLE color: 3024841.

HSL color Cylindrical-coordinate representation of color #C9272E: hue angle of 357.41º 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 #C9272E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 46 -
CMYK 0 0.81 0.77 0.21
HSL 357.41º 0.68% 0.47% -
HSV(B) 357.41º 0.81% 0.79% -
XYZ 25.31 14.07 3.97 -
YUV 88.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 201 39 46 0 0.81 0.77 0.21 357.41 0.68 0.47
Hex C9 27 2E 0 51 4D 15 165 44 2F
Octal 311 47 56 0 121 115 25 545 104 57
Binary 11001001 100111 101110 0 1010001 1001101 10101 101100101 1000100 101111

Color Harmonies of #C9272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9272E

Black with #C9272E

Text Example


Text Example

White with #C9272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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