Html Css Color HEX #C9242C Mahogany

📋 copy color: '#C9242C'

red 201 ◦ green 36 ◦ blue 44

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

Shades of Mahogany #C9242C

Tints of Mahogany #C9242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 71.53%
G = 12.81%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9242C (or 0xC9242C) is known color: Mahogany. HEX triplet: C9, 24 and 2C. RGB value is (201,36,44). Sum of RGB (Red+Green+Blue) = 201+36+44=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9242C is #36DBD3. Grayscale: #565656. Windows color (decimal): -3595220 or 2893001. OLE color: 2893001.

HSL color Cylindrical-coordinate representation of color #C9242C: hue angle of 357.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9242C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 44 -
CMYK 0 0.82 0.78 0.21
HSL 357.09º 0.7% 0.46% -
HSV(B) 357.09º 0.82% 0.79% -
XYZ 25.17 13.86 3.73 -
YUV 86.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 201 36 44 0 0.82 0.78 0.21 357.09 0.7 0.46
Hex C9 24 2C 0 52 4E 15 165 46 2E
Octal 311 44 54 0 122 116 25 545 106 56
Binary 11001001 100100 101100 0 1010010 1001110 10101 101100101 1000110 101110

Color Harmonies of #C9242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9242C

Black with #C9242C

Text Example


Text Example

White with #C9242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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