Html Css Color HEX #C93D41 Mahogany

📋 copy color: '#C93D41'

red 201 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #C93D41

Tints of Mahogany #C93D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 61.47%
G = 18.65%
B = 19.88%

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

#C93D41 (or 0xC93D41) is known color: Mahogany. HEX triplet: C9, 3D and 41. RGB value is (201,61,65). Sum of RGB (Red+Green+Blue) = 201+61+65=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D41 is #36C2BE. Grayscale: #676767. Windows color (decimal): -3588799 or 4275657. OLE color: 4275657.

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

Color convert

RGB 201 61 65 -
CMYK 0 0.70 0.68 0.21
HSL 358.29º 0.56% 0.51% -
HSV(B) 358.29º 0.7% 0.79% -
XYZ 26.71 16.14 6.71 -
YUV 103.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 201 61 65 0 0.70 0.68 0.21 358.29 0.56 0.51
Hex C9 3D 41 0 46 44 15 166 38 33
Octal 311 75 101 0 106 104 25 546 70 63
Binary 11001001 111101 1000001 0 1000110 1000100 10101 101100110 111000 110011

Color Harmonies of #C93D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D41

Black with #C93D41

Text Example


Text Example

White with #C93D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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