Html Css Color HEX #D0714B Red Damask

📋 copy color: '#D0714B'

red 208 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #D0714B

Tints of Red Damask #D0714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.54%

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

R = 52.53%
G = 28.54%
B = 18.94%

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

#D0714B (or 0xD0714B) is known color: Red Damask. HEX triplet: D0, 71 and 4B. RGB value is (208,113,75). Sum of RGB (Red+Green+Blue) = 208+113+75=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0714B is #2F8EB4. Grayscale: #898989. Windows color (decimal): -3116725 or 4944336. OLE color: 4944336.

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

Color convert

RGB 208 113 75 -
CMYK 0 0.46 0.64 0.18
HSL 17.14º 0.59% 0.55% -
HSV(B) 17.14º 0.64% 0.82% -
XYZ 33.19 25.73 9.87 -
YUV 137.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 208 113 75 0 0.46 0.64 0.18 17.14 0.59 0.55
Hex D0 71 4B 0 2E 40 12 11 3B 37
Octal 320 161 113 0 56 100 22 21 73 67
Binary 11010000 1110001 1001011 0 101110 1000000 10010 10001 111011 110111

Color Harmonies of #D0714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0714B

Black with #D0714B

Text Example


Text Example

White with #D0714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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