Html Css Color HEX #C93D40 Mahogany

📋 copy color: '#C93D40'

red 201 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #C93D40

Tints of Mahogany #C93D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 61.66%
G = 18.71%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93D40 (or 0xC93D40) is known color: Mahogany. HEX triplet: C9, 3D and 40. RGB value is (201,61,64). Sum of RGB (Red+Green+Blue) = 201+61+64=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D40 is #36C2BF. Grayscale: #676767. Windows color (decimal): -3588800 or 4210121. OLE color: 4210121.

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

Color convert

RGB 201 61 64 -
CMYK 0 0.70 0.68 0.21
HSL 358.71º 0.56% 0.51% -
HSV(B) 358.71º 0.7% 0.79% -
XYZ 26.68 16.13 6.56 -
YUV 103.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 201 61 64 0 0.70 0.68 0.21 358.71 0.56 0.51
Hex C9 3D 40 0 46 44 15 167 38 33
Octal 311 75 100 0 106 104 25 547 70 63
Binary 11001001 111101 1000000 0 1000110 1000100 10101 101100111 111000 110011

Color Harmonies of #C93D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D40

Black with #C93D40

Text Example


Text Example

White with #C93D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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