Html Css Color HEX #C9272B Mahogany

📋 copy color: '#C9272B'

red 201 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #C9272B

Tints of Mahogany #C9272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 71.02%
G = 13.78%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9272B (or 0xC9272B) is known color: Mahogany. HEX triplet: C9, 27 and 2B. RGB value is (201,39,43). Sum of RGB (Red+Green+Blue) = 201+39+43=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9272B is #36D8D4. Grayscale: #585858. Windows color (decimal): -3594453 or 2828233. OLE color: 2828233.

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

Color convert

RGB 201 39 43 -
CMYK 0 0.81 0.79 0.21
HSL 358.52º 0.68% 0.47% -
HSV(B) 358.52º 0.81% 0.79% -
XYZ 25.25 14.04 3.67 -
YUV 87.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 201 39 43 0 0.81 0.79 0.21 358.52 0.68 0.47
Hex C9 27 2B 0 51 4F 15 167 44 2F
Octal 311 47 53 0 121 117 25 547 104 57
Binary 11001001 100111 101011 0 1010001 1001111 10101 101100111 1000100 101111

Color Harmonies of #C9272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9272B

Black with #C9272B

Text Example


Text Example

White with #C9272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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