Html Css Color HEX #D04143 Mahogany

📋 copy color: '#D04143'

red 208 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #D04143

Tints of Mahogany #D04143

RGB

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

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

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

R = 61.18%
G = 19.12%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D04143 (or 0xD04143) is known color: Mahogany. HEX triplet: D0, 41 and 43. RGB value is (208,65,67). Sum of RGB (Red+Green+Blue) = 208+65+67=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D04143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04143 is #2FBEBC. Grayscale: #6C6C6C. Windows color (decimal): -3129021 or 4407760. OLE color: 4407760.

HSL color Cylindrical-coordinate representation of color #D04143: hue angle of 359.16º 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 #D04143 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 67 -
CMYK 0 0.69 0.68 0.18
HSL 359.16º 0.6% 0.54% -
HSV(B) 359.16º 0.69% 0.82% -
XYZ 28.92 17.6 7.18 -
YUV 107.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 208 65 67 0 0.69 0.68 0.18 359.16 0.6 0.54
Hex D0 41 43 0 45 44 12 167 3C 36
Octal 320 101 103 0 105 104 22 547 74 66
Binary 11010000 1000001 1000011 0 1000101 1000100 10010 101100111 111100 110110

Color Harmonies of #D04143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04143

Black with #D04143

Text Example


Text Example

White with #D04143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04143; }

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

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

background-color css

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

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

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

border-color css

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

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

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