Html Css Color HEX #D0704B Red Damask

📋 copy color: '#D0704B'

red 208 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #D0704B

Tints of Red Damask #D0704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 52.66%
G = 28.35%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0704B (or 0xD0704B) is known color: Red Damask. HEX triplet: D0, 70 and 4B. RGB value is (208,112,75). Sum of RGB (Red+Green+Blue) = 208+112+75=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0704B is #2F8FB4. Grayscale: #888888. Windows color (decimal): -3116981 or 4944080. OLE color: 4944080.

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

Color convert

RGB 208 112 75 -
CMYK 0 0.46 0.64 0.18
HSL 16.69º 0.59% 0.55% -
HSV(B) 16.69º 0.64% 0.82% -
XYZ 33.08 25.51 9.84 -
YUV 136.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 208 112 75 0 0.46 0.64 0.18 16.69 0.59 0.55
Hex D0 70 4B 0 2E 40 12 11 3B 37
Octal 320 160 113 0 56 100 22 21 73 67
Binary 11010000 1110000 1001011 0 101110 1000000 10010 10001 111011 110111

Color Harmonies of #D0704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0704B

Black with #D0704B

Text Example


Text Example

White with #D0704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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