Html Css Color HEX #C93D43 Mahogany

📋 copy color: '#C93D43'

red 201 ◦ green 61 ◦ blue 67

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

Shades of Mahogany #C93D43

Tints of Mahogany #C93D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 61.09%
G = 18.54%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C93D43 (or 0xC93D43) is known color: Mahogany. HEX triplet: C9, 3D and 43. RGB value is (201,61,67). Sum of RGB (Red+Green+Blue) = 201+61+67=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D43 is #36C2BC. Grayscale: #676767. Windows color (decimal): -3588797 or 4406729. OLE color: 4406729.

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

Color convert

RGB 201 61 67 -
CMYK 0 0.70 0.67 0.21
HSL 357.43º 0.56% 0.51% -
HSV(B) 357.43º 0.7% 0.79% -
XYZ 26.77 16.16 7.02 -
YUV 103.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 201 61 67 0 0.70 0.67 0.21 357.43 0.56 0.51
Hex C9 3D 43 0 46 43 15 165 38 33
Octal 311 75 103 0 106 103 25 545 70 63
Binary 11001001 111101 1000011 0 1000110 1000011 10101 101100101 111000 110011

Color Harmonies of #C93D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D43

Black with #C93D43

Text Example


Text Example

White with #C93D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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