Html Css Color HEX #C93438 Mahogany

📋 copy color: '#C93438'

red 201 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #C93438

Tints of Mahogany #C93438

RGB

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

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

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

R = 65.05%
G = 16.83%
B = 18.12%

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

#C93438 (or 0xC93438) is known color: Mahogany. HEX triplet: C9, 34 and 38. RGB value is (201,52,56). Sum of RGB (Red+Green+Blue) = 201+52+56=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C93438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93438 is #36CBC7. Grayscale: #616161. Windows color (decimal): -3591112 or 3683529. OLE color: 3683529.

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

Color convert

RGB 201 52 56 -
CMYK 0 0.74 0.72 0.21
HSL 358.39º 0.59% 0.5% -
HSV(B) 358.39º 0.74% 0.79% -
XYZ 26.03 15.16 5.3 -
YUV 97.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 201 52 56 0 0.74 0.72 0.21 358.39 0.59 0.5
Hex C9 34 38 0 4A 48 15 166 3B 32
Octal 311 64 70 0 112 110 25 546 73 62
Binary 11001001 110100 111000 0 1001010 1001000 10101 101100110 111011 110010

Color Harmonies of #C93438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93438

Black with #C93438

Text Example


Text Example

White with #C93438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93438; }

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

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

background-color css

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

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

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

border-color css

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

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

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