Html Css Color HEX #D57146 Red Damask

📋 copy color: '#D57146'

red 213 ◦ green 113 ◦ blue 70

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

Shades of Red Damask #D57146

Tints of Red Damask #D57146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 53.79%
G = 28.54%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D57146 (or 0xD57146) is known color: Red Damask. HEX triplet: D5, 71 and 46. RGB value is (213,113,70). Sum of RGB (Red+Green+Blue) = 213+113+70=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D57146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57146 is #2A8EB9. Grayscale: #8A8A8A. Windows color (decimal): -2789050 or 4616661. OLE color: 4616661.

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

Color convert

RGB 213 113 70 -
CMYK 0 0.47 0.67 0.16
HSL 18.04º 0.63% 0.55% -
HSV(B) 18.04º 0.67% 0.84% -
XYZ 34.45 26.4 9.07 -
YUV 138 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 213 113 70 0 0.47 0.67 0.16 18.04 0.63 0.55
Hex D5 71 46 0 2F 43 10 12 3F 37
Octal 325 161 106 0 57 103 20 22 77 67
Binary 11010101 1110001 1000110 0 101111 1000011 10000 10010 111111 110111

Color Harmonies of #D57146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57146

Black with #D57146

Text Example


Text Example

White with #D57146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57146; }

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

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

background-color css

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

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

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

border-color css

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

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

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