Html Css Color HEX #C93738 Mahogany

📋 copy color: '#C93738'

red 201 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #C93738

Tints of Mahogany #C93738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 64.42%
G = 17.63%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93738 (or 0xC93738) is known color: Mahogany. HEX triplet: C9, 37 and 38. RGB value is (201,55,56). Sum of RGB (Red+Green+Blue) = 201+55+56=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C93738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93738 is #36C8C7. Grayscale: #626262. Windows color (decimal): -3590344 or 3684297. OLE color: 3684297.

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

Color convert

RGB 201 55 56 -
CMYK 0 0.73 0.72 0.21
HSL 359.59º 0.57% 0.5% -
HSV(B) 359.59º 0.73% 0.79% -
XYZ 26.17 15.44 5.34 -
YUV 98.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 201 55 56 0 0.73 0.72 0.21 359.59 0.57 0.5
Hex C9 37 38 0 49 48 15 168 39 32
Octal 311 67 70 0 111 110 25 550 71 62
Binary 11001001 110111 111000 0 1001001 1001000 10101 101101000 111001 110010

Color Harmonies of #C93738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93738

Black with #C93738

Text Example


Text Example

White with #C93738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93738; }

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

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

background-color css

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

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

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

border-color css

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

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

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