Html Css Color HEX #C93234 Mahogany

📋 copy color: '#C93234'

red 201 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #C93234

Tints of Mahogany #C93234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 66.34%
G = 16.5%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93234 (or 0xC93234) is known color: Mahogany. HEX triplet: C9, 32 and 34. RGB value is (201,50,52). Sum of RGB (Red+Green+Blue) = 201+50+52=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93234 is #36CDCB. Grayscale: #5F5F5F. Windows color (decimal): -3591628 or 3420873. OLE color: 3420873.

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

Color convert

RGB 201 50 52 -
CMYK 0 0.75 0.74 0.21
HSL 359.21º 0.6% 0.49% -
HSV(B) 359.21º 0.75% 0.79% -
XYZ 25.85 14.95 4.77 -
YUV 95.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 201 50 52 0 0.75 0.74 0.21 359.21 0.6 0.49
Hex C9 32 34 0 4B 4A 15 167 3C 31
Octal 311 62 64 0 113 112 25 547 74 61
Binary 11001001 110010 110100 0 1001011 1001010 10101 101100111 111100 110001

Color Harmonies of #C93234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93234

Black with #C93234

Text Example


Text Example

White with #C93234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93234; }

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

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

background-color css

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

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

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

border-color css

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

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

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