Html Css Color HEX #D07040 Red Damask

📋 copy color: '#D07040'

red 208 ◦ green 112 ◦ blue 64

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

Shades of Red Damask #D07040

Tints of Red Damask #D07040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 54.17%
G = 29.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07040 (or 0xD07040) is known color: Red Damask. HEX triplet: D0, 70 and 40. RGB value is (208,112,64). Sum of RGB (Red+Green+Blue) = 208+112+64=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D07040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07040 is #2F8FBF. Grayscale: #878787. Windows color (decimal): -3116992 or 4223184. OLE color: 4223184.

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

Color convert

RGB 208 112 64 -
CMYK 0 0.46 0.69 0.18
HSL 20º 0.61% 0.53% -
HSV(B) 20º 0.69% 0.82% -
XYZ 32.73 25.37 8.02 -
YUV 135.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 208 112 64 0 0.46 0.69 0.18 20 0.61 0.53
Hex D0 70 40 0 2E 45 12 14 3D 35
Octal 320 160 100 0 56 105 22 24 75 65
Binary 11010000 1110000 1000000 0 101110 1000101 10010 10100 111101 110101

Color Harmonies of #D07040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07040

Black with #D07040

Text Example


Text Example

White with #D07040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07040; }

 p { color: rgb(208,112,64); }

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

background-color css

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

 a { background-color: rgb(208,112,64); }

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

border-color css

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

 span { border-color: rgb(208,112,64); }

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