Html Css Color HEX #C93E41 Mahogany

📋 copy color: '#C93E41'

red 201 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #C93E41

Tints of Mahogany #C93E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

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

R = 61.28%
G = 18.9%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93E41 (or 0xC93E41) is known color: Mahogany. HEX triplet: C9, 3E and 41. RGB value is (201,62,65). Sum of RGB (Red+Green+Blue) = 201+62+65=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E41 is #36C1BE. Grayscale: #686868. Windows color (decimal): -3588543 or 4275913. OLE color: 4275913.

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

Color convert

RGB 201 62 65 -
CMYK 0 0.69 0.68 0.21
HSL 358.71º 0.56% 0.52% -
HSV(B) 358.71º 0.69% 0.79% -
XYZ 26.76 16.24 6.73 -
YUV 103.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 201 62 65 0 0.69 0.68 0.21 358.71 0.56 0.52
Hex C9 3E 41 0 45 44 15 167 38 34
Octal 311 76 101 0 105 104 25 547 70 64
Binary 11001001 111110 1000001 0 1000101 1000100 10101 101100111 111000 110100

Color Harmonies of #C93E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E41

Black with #C93E41

Text Example


Text Example

White with #C93E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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