Html Css Color HEX #D57144 Red Damask

📋 copy color: '#D57144'

red 213 ◦ green 113 ◦ blue 68

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

Shades of Red Damask #D57144

Tints of Red Damask #D57144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 54.06%
G = 28.68%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D57144 (or 0xD57144) is known color: Red Damask. HEX triplet: D5, 71 and 44. RGB value is (213,113,68). Sum of RGB (Red+Green+Blue) = 213+113+68=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D57144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57144 is #2A8EBB. Grayscale: #8A8A8A. Windows color (decimal): -2789052 or 4485589. OLE color: 4485589.

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

Color convert

RGB 213 113 68 -
CMYK 0 0.47 0.68 0.16
HSL 18.62º 0.63% 0.55% -
HSV(B) 18.62º 0.68% 0.84% -
XYZ 34.39 26.37 8.75 -
YUV 137.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 213 113 68 0 0.47 0.68 0.16 18.62 0.63 0.55
Hex D5 71 44 0 2F 44 10 13 3F 37
Octal 325 161 104 0 57 104 20 23 77 67
Binary 11010101 1110001 1000100 0 101111 1000100 10000 10011 111111 110111

Color Harmonies of #D57144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57144

Black with #D57144

Text Example


Text Example

White with #D57144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57144; }

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

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

background-color css

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

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

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

border-color css

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

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

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