Html Css Color HEX #C93D3E Mahogany

📋 copy color: '#C93D3E'

red 201 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #C93D3E

Tints of Mahogany #C93D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 62.04%
G = 18.83%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C93D3E (or 0xC93D3E) is known color: Mahogany. HEX triplet: C9, 3D and 3E. RGB value is (201,61,62). Sum of RGB (Red+Green+Blue) = 201+61+62=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D3E is #36C2C1. Grayscale: #676767. Windows color (decimal): -3588802 or 4079049. OLE color: 4079049.

HSL color Cylindrical-coordinate representation of color #C93D3E: hue angle of 359.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D3E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 62 -
CMYK 0 0.70 0.69 0.21
HSL 359.57º 0.56% 0.51% -
HSV(B) 359.57º 0.7% 0.79% -
XYZ 26.63 16.1 6.26 -
YUV 102.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 201 61 62 0 0.70 0.69 0.21 359.57 0.56 0.51
Hex C9 3D 3E 0 46 45 15 168 38 33
Octal 311 75 76 0 106 105 25 550 70 63
Binary 11001001 111101 111110 0 1000110 1000101 10101 101101000 111000 110011

Color Harmonies of #C93D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D3E

Black with #C93D3E

Text Example


Text Example

White with #C93D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D3E; }

 p { color: rgb(201,61,62); }

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

background-color css

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

 a { background-color: rgb(201,61,62); }

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

border-color css

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

 span { border-color: rgb(201,61,62); }

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