Html Css Color HEX #C9282A Mahogany

📋 copy color: '#C9282A'

red 201 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #C9282A

Tints of Mahogany #C9282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 71.02%
G = 14.13%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9282A (or 0xC9282A) is known color: Mahogany. HEX triplet: C9, 28 and 2A. RGB value is (201,40,42). Sum of RGB (Red+Green+Blue) = 201+40+42=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9282A is #36D7D5. Grayscale: #585858. Windows color (decimal): -3594198 or 2762953. OLE color: 2762953.

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

Color convert

RGB 201 40 42 -
CMYK 0 0.80 0.79 0.21
HSL 359.25º 0.67% 0.47% -
HSV(B) 359.25º 0.8% 0.79% -
XYZ 25.26 14.1 3.58 -
YUV 88.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 201 40 42 0 0.80 0.79 0.21 359.25 0.67 0.47
Hex C9 28 2A 0 50 4F 15 167 43 2F
Octal 311 50 52 0 120 117 25 547 103 57
Binary 11001001 101000 101010 0 1010000 1001111 10101 101100111 1000011 101111

Color Harmonies of #C9282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9282A

Black with #C9282A

Text Example


Text Example

White with #C9282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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