Html Css Color HEX #C93437 Mahogany

📋 copy color: '#C93437'

red 201 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #C93437

Tints of Mahogany #C93437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 65.26%
G = 16.88%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93437 (or 0xC93437) is known color: Mahogany. HEX triplet: C9, 34 and 37. RGB value is (201,52,55). Sum of RGB (Red+Green+Blue) = 201+52+55=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93437 is #36CBC8. Grayscale: #616161. Windows color (decimal): -3591113 or 3617993. OLE color: 3617993.

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

Color convert

RGB 201 52 55 -
CMYK 0 0.74 0.73 0.21
HSL 358.79º 0.59% 0.5% -
HSV(B) 358.79º 0.74% 0.79% -
XYZ 26 15.15 5.17 -
YUV 96.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 201 52 55 0 0.74 0.73 0.21 358.79 0.59 0.5
Hex C9 34 37 0 4A 49 15 167 3B 32
Octal 311 64 67 0 112 111 25 547 73 62
Binary 11001001 110100 110111 0 1001010 1001001 10101 101100111 111011 110010

Color Harmonies of #C93437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93437

Black with #C93437

Text Example


Text Example

White with #C93437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93437; }

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

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

background-color css

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

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

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

border-color css

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

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

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