Html Css Color HEX #D5714C Red Damask

📋 copy color: '#D5714C'

red 213 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #D5714C

Tints of Red Damask #D5714C

RGB

 RED value IS 213 (83.59% from 255) = 52.99%

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

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 52.99%
G = 28.11%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5714C (or 0xD5714C) is known color: Red Damask. HEX triplet: D5, 71 and 4C. RGB value is (213,113,76). Sum of RGB (Red+Green+Blue) = 213+113+76=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5714C is #2A8EB3. Grayscale: #8A8A8A. Windows color (decimal): -2789044 or 5009877. OLE color: 5009877.

HSL color Cylindrical-coordinate representation of color #D5714C: hue angle of 16.2º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5714C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 76 -
CMYK 0 0.47 0.64 0.16
HSL 16.2º 0.62% 0.57% -
HSV(B) 16.2º 0.64% 0.84% -
XYZ 34.65 26.48 10.12 -
YUV 138.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 213 113 76 0 0.47 0.64 0.16 16.2 0.62 0.57
Hex D5 71 4C 0 2F 40 10 10 3E 39
Octal 325 161 114 0 57 100 20 20 76 71
Binary 11010101 1110001 1001100 0 101111 1000000 10000 10000 111110 111001

Color Harmonies of #D5714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5714C

Black with #D5714C

Text Example


Text Example

White with #D5714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5714C; }

 p { color: rgb(213,113,76); }

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

background-color css

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

 a { background-color: rgb(213,113,76); }

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

border-color css

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

 span { border-color: rgb(213,113,76); }

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