Html Css Color HEX #C9262E Mahogany

📋 copy color: '#C9262E'

red 201 ◦ green 38 ◦ blue 46

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

Shades of Mahogany #C9262E

Tints of Mahogany #C9262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 70.53%
G = 13.33%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9262E (or 0xC9262E) is known color: Mahogany. HEX triplet: C9, 26 and 2E. RGB value is (201,38,46). Sum of RGB (Red+Green+Blue) = 201+38+46=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9262E is #36D9D1. Grayscale: #575757. Windows color (decimal): -3594706 or 3024585. OLE color: 3024585.

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

Color convert

RGB 201 38 46 -
CMYK 0 0.81 0.77 0.21
HSL 357.06º 0.68% 0.47% -
HSV(B) 357.06º 0.81% 0.79% -
XYZ 25.27 14 3.96 -
YUV 87.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 201 38 46 0 0.81 0.77 0.21 357.06 0.68 0.47
Hex C9 26 2E 0 51 4D 15 165 44 2F
Octal 311 46 56 0 121 115 25 545 104 57
Binary 11001001 100110 101110 0 1010001 1001101 10101 101100101 1000100 101111

Color Harmonies of #C9262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9262E

Black with #C9262E

Text Example


Text Example

White with #C9262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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