Html Css Color HEX #C93237 Mahogany

📋 copy color: '#C93237'

red 201 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #C93237

Tints of Mahogany #C93237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 65.69%
G = 16.34%
B = 17.97%

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

#C93237 (or 0xC93237) is known color: Mahogany. HEX triplet: C9, 32 and 37. RGB value is (201,50,55). Sum of RGB (Red+Green+Blue) = 201+50+55=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C93237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93237 is #36CDC8. Grayscale: #5F5F5F. Windows color (decimal): -3591625 or 3617481. OLE color: 3617481.

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

Color convert

RGB 201 50 55 -
CMYK 0 0.75 0.73 0.21
HSL 358.01º 0.6% 0.49% -
HSV(B) 358.01º 0.75% 0.79% -
XYZ 25.92 14.97 5.14 -
YUV 95.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 201 50 55 0 0.75 0.73 0.21 358.01 0.6 0.49
Hex C9 32 37 0 4B 49 15 166 3C 31
Octal 311 62 67 0 113 111 25 546 74 61
Binary 11001001 110010 110111 0 1001011 1001001 10101 101100110 111100 110001

Color Harmonies of #C93237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93237

Black with #C93237

Text Example


Text Example

White with #C93237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93237; }

 p { color: rgb(201,50,55); }

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

background-color css

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

 a { background-color: rgb(201,50,55); }

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

border-color css

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

 span { border-color: rgb(201,50,55); }

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