Html Css Color HEX #C9252E Mahogany

📋 copy color: '#C9252E'

red 201 ◦ green 37 ◦ blue 46

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

Shades of Mahogany #C9252E

Tints of Mahogany #C9252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

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

R = 70.77%
G = 13.03%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9252E (or 0xC9252E) is known color: Mahogany. HEX triplet: C9, 25 and 2E. RGB value is (201,37,46). Sum of RGB (Red+Green+Blue) = 201+37+46=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9252E is #36DAD1. Grayscale: #575757. Windows color (decimal): -3594962 or 3024329. OLE color: 3024329.

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

Color convert

RGB 201 37 46 -
CMYK 0 0.82 0.77 0.21
HSL 356.71º 0.69% 0.47% -
HSV(B) 356.71º 0.82% 0.79% -
XYZ 25.24 13.94 3.94 -
YUV 87.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 201 37 46 0 0.82 0.77 0.21 356.71 0.69 0.47
Hex C9 25 2E 0 52 4D 15 165 45 2F
Octal 311 45 56 0 122 115 25 545 105 57
Binary 11001001 100101 101110 0 1010010 1001101 10101 101100101 1000101 101111

Color Harmonies of #C9252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9252E

Black with #C9252E

Text Example


Text Example

White with #C9252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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