Html Css Color HEX #D13F44 Mahogany

📋 copy color: '#D13F44'

red 209 ◦ green 63 ◦ blue 68

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

Shades of Mahogany #D13F44

Tints of Mahogany #D13F44

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

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

R = 61.47%
G = 18.53%
B = 20%

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

#D13F44 (or 0xD13F44) is known color: Mahogany. HEX triplet: D1, 3F and 44. RGB value is (209,63,68). Sum of RGB (Red+Green+Blue) = 209+63+68=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F44 is #2EC0BB. Grayscale: #6B6B6B. Windows color (decimal): -3063996 or 4472785. OLE color: 4472785.

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

Color convert

RGB 209 63 68 -
CMYK 0 0.70 0.67 0.18
HSL 357.95º 0.61% 0.53% -
HSV(B) 357.95º 0.7% 0.82% -
XYZ 29.12 17.53 7.32 -
YUV 107.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 209 63 68 0 0.70 0.67 0.18 357.95 0.61 0.53
Hex D1 3F 44 0 46 43 12 166 3D 35
Octal 321 77 104 0 106 103 22 546 75 65
Binary 11010001 111111 1000100 0 1000110 1000011 10010 101100110 111101 110101

Color Harmonies of #D13F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F44

Black with #D13F44

Text Example


Text Example

White with #D13F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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