Html Css Color HEX #D0744F Red Damask

📋 copy color: '#D0744F'

red 208 ◦ green 116 ◦ blue 79

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

Shades of Red Damask #D0744F

Tints of Red Damask #D0744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 51.61%
G = 28.78%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0744F (or 0xD0744F) is known color: Red Damask. HEX triplet: D0, 74 and 4F. RGB value is (208,116,79). Sum of RGB (Red+Green+Blue) = 208+116+79=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0744F is #2F8BB0. Grayscale: #8B8B8B. Windows color (decimal): -3115953 or 5207248. OLE color: 5207248.

HSL color Cylindrical-coordinate representation of color #D0744F: hue angle of 17.21º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0744F is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 79 -
CMYK 0 0.44 0.62 0.18
HSL 17.21º 0.58% 0.56% -
HSV(B) 17.21º 0.62% 0.82% -
XYZ 33.67 26.47 10.73 -
YUV 139.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 208 116 79 0 0.44 0.62 0.18 17.21 0.58 0.56
Hex D0 74 4F 0 2C 3E 12 11 3A 38
Octal 320 164 117 0 54 76 22 21 72 70
Binary 11010000 1110100 1001111 0 101100 111110 10010 10001 111010 111000

Color Harmonies of #D0744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0744F

Black with #D0744F

Text Example


Text Example

White with #D0744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0744F; }

 p { color: rgb(208,116,79); }

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

background-color css

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

 a { background-color: rgb(208,116,79); }

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

border-color css

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

 span { border-color: rgb(208,116,79); }

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