Html Css Color HEX #C9292E Mahogany

📋 copy color: '#C9292E'

red 201 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #C9292E

Tints of Mahogany #C9292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 69.79%
G = 14.24%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9292E (or 0xC9292E) is known color: Mahogany. HEX triplet: C9, 29 and 2E. RGB value is (201,41,46). Sum of RGB (Red+Green+Blue) = 201+41+46=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9292E is #36D6D1. Grayscale: #595959. Windows color (decimal): -3593938 or 3025353. OLE color: 3025353.

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

Color convert

RGB 201 41 46 -
CMYK 0 0.80 0.77 0.21
HSL 358.13º 0.66% 0.47% -
HSV(B) 358.13º 0.8% 0.79% -
XYZ 25.37 14.2 3.99 -
YUV 89.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 201 41 46 0 0.80 0.77 0.21 358.13 0.66 0.47
Hex C9 29 2E 0 50 4D 15 166 42 2F
Octal 311 51 56 0 120 115 25 546 102 57
Binary 11001001 101001 101110 0 1010000 1001101 10101 101100110 1000010 101111

Color Harmonies of #C9292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9292E

Black with #C9292E

Text Example


Text Example

White with #C9292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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