Html Css Color HEX #D04248 Mahogany

📋 copy color: '#D04248'

red 208 ◦ green 66 ◦ blue 72

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

Shades of Mahogany #D04248

Tints of Mahogany #D04248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 60.12%
G = 19.08%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04248 (or 0xD04248) is known color: Mahogany. HEX triplet: D0, 42 and 48. RGB value is (208,66,72). Sum of RGB (Red+Green+Blue) = 208+66+72=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04248 is #2FBDB7. Grayscale: #6D6D6D. Windows color (decimal): -3128760 or 4735696. OLE color: 4735696.

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

Color convert

RGB 208 66 72 -
CMYK 0 0.68 0.65 0.18
HSL 357.46º 0.6% 0.54% -
HSV(B) 357.46º 0.68% 0.82% -
XYZ 29.13 17.77 8.03 -
YUV 109.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 208 66 72 0 0.68 0.65 0.18 357.46 0.6 0.54
Hex D0 42 48 0 44 41 12 165 3C 36
Octal 320 102 110 0 104 101 22 545 74 66
Binary 11010000 1000010 1001000 0 1000100 1000001 10010 101100101 111100 110110

Color Harmonies of #D04248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04248

Black with #D04248

Text Example


Text Example

White with #D04248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04248; }

 p { color: rgb(208,66,72); }

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

background-color css

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

 a { background-color: rgb(208,66,72); }

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

border-color css

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

 span { border-color: rgb(208,66,72); }

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