Html Css Color HEX #D2704B Red Damask

📋 copy color: '#D2704B'

red 210 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #D2704B

Tints of Red Damask #D2704B

RGB

 RED value IS 210 (82.42% from 255) = 52.9%

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

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

R = 52.9%
G = 28.21%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2704B (or 0xD2704B) is known color: Red Damask. HEX triplet: D2, 70 and 4B. RGB value is (210,112,75). Sum of RGB (Red+Green+Blue) = 210+112+75=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2704B is #2D8FB4. Grayscale: #898989. Windows color (decimal): -2985909 or 4944082. OLE color: 4944082.

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

Color convert

RGB 210 112 75 -
CMYK 0 0.47 0.64 0.18
HSL 16.44º 0.6% 0.56% -
HSV(B) 16.44º 0.64% 0.82% -
XYZ 33.64 25.8 9.86 -
YUV 137.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 210 112 75 0 0.47 0.64 0.18 16.44 0.6 0.56
Hex D2 70 4B 0 2F 40 12 10 3C 38
Octal 322 160 113 0 57 100 22 20 74 70
Binary 11010010 1110000 1001011 0 101111 1000000 10010 10000 111100 111000

Color Harmonies of #D2704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2704B

Black with #D2704B

Text Example


Text Example

White with #D2704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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