Html Css Color HEX #D57042 Red Damask

📋 copy color: '#D57042'

red 213 ◦ green 112 ◦ blue 66

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

Shades of Red Damask #D57042

Tints of Red Damask #D57042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 54.48%
G = 28.64%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D57042 (or 0xD57042) is known color: Red Damask. HEX triplet: D5, 70 and 42. RGB value is (213,112,66). Sum of RGB (Red+Green+Blue) = 213+112+66=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D57042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57042 is #2A8FBD. Grayscale: #898989. Windows color (decimal): -2789310 or 4354261. OLE color: 4354261.

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

Color convert

RGB 213 112 66 -
CMYK 0 0.47 0.69 0.16
HSL 18.78º 0.64% 0.55% -
HSV(B) 18.78º 0.69% 0.84% -
XYZ 34.22 26.13 8.39 -
YUV 136.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 213 112 66 0 0.47 0.69 0.16 18.78 0.64 0.55
Hex D5 70 42 0 2F 45 10 13 40 37
Octal 325 160 102 0 57 105 20 23 100 67
Binary 11010101 1110000 1000010 0 101111 1000101 10000 10011 1000000 110111

Color Harmonies of #D57042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57042

Black with #D57042

Text Example


Text Example

White with #D57042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57042; }

 p { color: rgb(213,112,66); }

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

background-color css

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

 a { background-color: rgb(213,112,66); }

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

border-color css

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

 span { border-color: rgb(213,112,66); }

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