Html Css Color HEX #C93336 Mahogany

📋 copy color: '#C93336'

red 201 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #C93336

Tints of Mahogany #C93336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 65.69%
G = 16.67%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93336 (or 0xC93336) is known color: Mahogany. HEX triplet: C9, 33 and 36. RGB value is (201,51,54). Sum of RGB (Red+Green+Blue) = 201+51+54=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C93336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93336 is #36CCC9. Grayscale: #606060. Windows color (decimal): -3591370 or 3552201. OLE color: 3552201.

HSL color Cylindrical-coordinate representation of color #C93336: hue angle of 358.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93336 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 54 -
CMYK 0 0.75 0.73 0.21
HSL 358.8º 0.6% 0.49% -
HSV(B) 358.8º 0.75% 0.79% -
XYZ 25.94 15.05 5.03 -
YUV 96.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 201 51 54 0 0.75 0.73 0.21 358.8 0.6 0.49
Hex C9 33 36 0 4B 49 15 167 3C 31
Octal 311 63 66 0 113 111 25 547 74 61
Binary 11001001 110011 110110 0 1001011 1001001 10101 101100111 111100 110001

Color Harmonies of #C93336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93336

Black with #C93336

Text Example


Text Example

White with #C93336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93336; }

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

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

background-color css

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

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

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

border-color css

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

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

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