Html Css Color HEX #D13E44 Mahogany

📋 copy color: '#D13E44'

red 209 ◦ green 62 ◦ blue 68

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

Shades of Mahogany #D13E44

Tints of Mahogany #D13E44

RGB

 RED value IS 209 (82.03% from 255) = 61.65%

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

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 61.65%
G = 18.29%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13E44 (or 0xD13E44) is known color: Mahogany. HEX triplet: D1, 3E and 44. RGB value is (209,62,68). Sum of RGB (Red+Green+Blue) = 209+62+68=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E44 is #2EC1BB. Grayscale: #6A6A6A. Windows color (decimal): -3064252 or 4472529. OLE color: 4472529.

HSL color Cylindrical-coordinate representation of color #D13E44: hue angle of 357.55º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E44 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 62 68 -
CMYK 0 0.70 0.67 0.18
HSL 357.55º 0.62% 0.53% -
HSV(B) 357.55º 0.7% 0.82% -
XYZ 29.06 17.42 7.3 -
YUV 106.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 209 62 68 0 0.70 0.67 0.18 357.55 0.62 0.53
Hex D1 3E 44 0 46 43 12 166 3E 35
Octal 321 76 104 0 106 103 22 546 76 65
Binary 11010001 111110 1000100 0 1000110 1000011 10010 101100110 111110 110101

Color Harmonies of #D13E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E44

Black with #D13E44

Text Example


Text Example

White with #D13E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E44; }

 p { color: rgb(209,62,68); }

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

background-color css

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

 a { background-color: rgb(209,62,68); }

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

border-color css

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

 span { border-color: rgb(209,62,68); }

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