Html Css Color HEX #C93538 Mahogany

📋 copy color: '#C93538'

red 201 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #C93538

Tints of Mahogany #C93538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 64.84%
G = 17.1%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93538 (or 0xC93538) is known color: Mahogany. HEX triplet: C9, 35 and 38. RGB value is (201,53,56). Sum of RGB (Red+Green+Blue) = 201+53+56=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C93538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93538 is #36CAC7. Grayscale: #616161. Windows color (decimal): -3590856 or 3683785. OLE color: 3683785.

HSL color Cylindrical-coordinate representation of color #C93538: hue angle of 358.78º degrees, saturation: 0.58, 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 #C93538 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 56 -
CMYK 0 0.74 0.72 0.21
HSL 358.78º 0.58% 0.5% -
HSV(B) 358.78º 0.74% 0.79% -
XYZ 26.07 15.25 5.31 -
YUV 97.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 201 53 56 0 0.74 0.72 0.21 358.78 0.58 0.5
Hex C9 35 38 0 4A 48 15 167 3A 32
Octal 311 65 70 0 112 110 25 547 72 62
Binary 11001001 110101 111000 0 1001010 1001000 10101 101100111 111010 110010

Color Harmonies of #C93538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93538

Black with #C93538

Text Example


Text Example

White with #C93538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93538; }

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

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

background-color css

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

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

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

border-color css

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

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

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