Html Css Color HEX #C9282D Mahogany

📋 copy color: '#C9282D'

red 201 ◦ green 40 ◦ blue 45

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

Shades of Mahogany #C9282D

Tints of Mahogany #C9282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 70.28%
G = 13.99%
B = 15.73%

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

#C9282D (or 0xC9282D) is known color: Mahogany. HEX triplet: C9, 28 and 2D. RGB value is (201,40,45). Sum of RGB (Red+Green+Blue) = 201+40+45=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9282D is #36D7D2. Grayscale: #585858. Windows color (decimal): -3594195 or 2959561. OLE color: 2959561.

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

Color convert

RGB 201 40 45 -
CMYK 0 0.80 0.78 0.21
HSL 358.14º 0.67% 0.47% -
HSV(B) 358.14º 0.8% 0.79% -
XYZ 25.32 14.12 3.87 -
YUV 88.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 201 40 45 0 0.80 0.78 0.21 358.14 0.67 0.47
Hex C9 28 2D 0 50 4E 15 166 43 2F
Octal 311 50 55 0 120 116 25 546 103 57
Binary 11001001 101000 101101 0 1010000 1001110 10101 101100110 1000011 101111

Color Harmonies of #C9282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9282D

Black with #C9282D

Text Example


Text Example

White with #C9282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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