Html Css Color HEX #D04245 Mahogany

📋 copy color: '#D04245'

red 208 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #D04245

Tints of Mahogany #D04245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 60.64%
G = 19.24%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04245 (or 0xD04245) is known color: Mahogany. HEX triplet: D0, 42 and 45. RGB value is (208,66,69). Sum of RGB (Red+Green+Blue) = 208+66+69=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D04245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04245 is #2FBDBA. Grayscale: #6C6C6C. Windows color (decimal): -3128763 or 4539088. OLE color: 4539088.

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

Color convert

RGB 208 66 69 -
CMYK 0 0.68 0.67 0.18
HSL 358.73º 0.6% 0.54% -
HSV(B) 358.73º 0.68% 0.82% -
XYZ 29.03 17.74 7.52 -
YUV 108.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 208 66 69 0 0.68 0.67 0.18 358.73 0.6 0.54
Hex D0 42 45 0 44 43 12 167 3C 36
Octal 320 102 105 0 104 103 22 547 74 66
Binary 11010000 1000010 1000101 0 1000100 1000011 10010 101100111 111100 110110

Color Harmonies of #D04245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04245

Black with #D04245

Text Example


Text Example

White with #D04245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04245; }

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

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

background-color css

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

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

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

border-color css

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

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

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