Html Css Color HEX #C9282E Mahogany

📋 copy color: '#C9282E'

red 201 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #C9282E

Tints of Mahogany #C9282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 70.03%
G = 13.94%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9282E (or 0xC9282E) is known color: Mahogany. HEX triplet: C9, 28 and 2E. RGB value is (201,40,46). Sum of RGB (Red+Green+Blue) = 201+40+46=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C9282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9282E is #36D7D1. Grayscale: #585858. Windows color (decimal): -3594194 or 3025097. OLE color: 3025097.

HSL color Cylindrical-coordinate representation of color #C9282E: hue angle of 357.76º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9282E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 46 -
CMYK 0 0.80 0.77 0.21
HSL 357.76º 0.67% 0.47% -
HSV(B) 357.76º 0.8% 0.79% -
XYZ 25.34 14.13 3.98 -
YUV 88.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 201 40 46 0 0.80 0.77 0.21 357.76 0.67 0.47
Hex C9 28 2E 0 50 4D 15 166 43 2F
Octal 311 50 56 0 120 115 25 546 103 57
Binary 11001001 101000 101110 0 1010000 1001101 10101 101100110 1000011 101111

Color Harmonies of #C9282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9282E

Black with #C9282E

Text Example


Text Example

White with #C9282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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