Html Css Color HEX #C9282C Mahogany

📋 copy color: '#C9282C'

red 201 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #C9282C

Tints of Mahogany #C9282C

RGB

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

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

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

R = 70.53%
G = 14.04%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9282C (or 0xC9282C) is known color: Mahogany. HEX triplet: C9, 28 and 2C. RGB value is (201,40,44). Sum of RGB (Red+Green+Blue) = 201+40+44=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9282C is #36D7D3. Grayscale: #585858. Windows color (decimal): -3594196 or 2894025. OLE color: 2894025.

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

Color convert

RGB 201 40 44 -
CMYK 0 0.80 0.78 0.21
HSL 358.51º 0.67% 0.47% -
HSV(B) 358.51º 0.8% 0.79% -
XYZ 25.3 14.12 3.77 -
YUV 88.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 201 40 44 0 0.80 0.78 0.21 358.51 0.67 0.47
Hex C9 28 2C 0 50 4E 15 167 43 2F
Octal 311 50 54 0 120 116 25 547 103 57
Binary 11001001 101000 101100 0 1010000 1001110 10101 101100111 1000011 101111

Color Harmonies of #C9282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9282C

Black with #C9282C

Text Example


Text Example

White with #C9282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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