Html Css Color HEX #C92936 Mahogany

📋 copy color: '#C92936'

red 201 ◦ green 41 ◦ blue 54

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

Shades of Mahogany #C92936

Tints of Mahogany #C92936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 67.91%
G = 13.85%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C92936 (or 0xC92936) is known color: Mahogany. HEX triplet: C9, 29 and 36. RGB value is (201,41,54). Sum of RGB (Red+Green+Blue) = 201+41+54=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C92936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92936 is #36D6C9. Grayscale: #5A5A5A. Windows color (decimal): -3593930 or 3549641. OLE color: 3549641.

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

Color convert

RGB 201 41 54 -
CMYK 0 0.80 0.73 0.21
HSL 355.13º 0.66% 0.47% -
HSV(B) 355.13º 0.8% 0.79% -
XYZ 25.55 14.27 4.9 -
YUV 90.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 201 41 54 0 0.80 0.73 0.21 355.13 0.66 0.47
Hex C9 29 36 0 50 49 15 163 42 2F
Octal 311 51 66 0 120 111 25 543 102 57
Binary 11001001 101001 110110 0 1010000 1001001 10101 101100011 1000010 101111

Color Harmonies of #C92936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92936

Black with #C92936

Text Example


Text Example

White with #C92936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92936; }

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

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

background-color css

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

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

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

border-color css

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

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

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