Html Css Color HEX #D04144 Mahogany

📋 copy color: '#D04144'

red 208 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D04144

Tints of Mahogany #D04144

RGB

 RED value IS 208 (81.64% from 255) = 61%

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 61%
G = 19.06%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04144 (or 0xD04144) is known color: Mahogany. HEX triplet: D0, 41 and 44. RGB value is (208,65,68). Sum of RGB (Red+Green+Blue) = 208+65+68=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D04144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04144 is #2FBEBB. Grayscale: #6C6C6C. Windows color (decimal): -3129020 or 4473296. OLE color: 4473296.

HSL color Cylindrical-coordinate representation of color #D04144: hue angle of 358.74º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04144 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 68 -
CMYK 0 0.69 0.67 0.18
HSL 358.74º 0.6% 0.54% -
HSV(B) 358.74º 0.69% 0.82% -
XYZ 28.95 17.61 7.34 -
YUV 108.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 208 65 68 0 0.69 0.67 0.18 358.74 0.6 0.54
Hex D0 41 44 0 45 43 12 167 3C 36
Octal 320 101 104 0 105 103 22 547 74 66
Binary 11010000 1000001 1000100 0 1000101 1000011 10010 101100111 111100 110110

Color Harmonies of #D04144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04144

Black with #D04144

Text Example


Text Example

White with #D04144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04144; }

 p { color: rgb(208,65,68); }

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

background-color css

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

 a { background-color: rgb(208,65,68); }

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

border-color css

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

 span { border-color: rgb(208,65,68); }

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