Html Css Color HEX #D57448 Red Damask

📋 copy color: '#D57448'

red 213 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #D57448

Tints of Red Damask #D57448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 53.12%
G = 28.93%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D57448 (or 0xD57448) is known color: Red Damask. HEX triplet: D5, 74 and 48. RGB value is (213,116,72). Sum of RGB (Red+Green+Blue) = 213+116+72=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D57448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57448 is #2A8BB7. Grayscale: #8C8C8C. Windows color (decimal): -2788280 or 4748501. OLE color: 4748501.

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

Color convert

RGB 213 116 72 -
CMYK 0 0.46 0.66 0.16
HSL 18.72º 0.63% 0.56% -
HSV(B) 18.72º 0.66% 0.84% -
XYZ 34.86 27.1 9.53 -
YUV 139.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 213 116 72 0 0.46 0.66 0.16 18.72 0.63 0.56
Hex D5 74 48 0 2E 42 10 13 3F 38
Octal 325 164 110 0 56 102 20 23 77 70
Binary 11010101 1110100 1001000 0 101110 1000010 10000 10011 111111 111000

Color Harmonies of #D57448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57448

Black with #D57448

Text Example


Text Example

White with #D57448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57448; }

 p { color: rgb(213,116,72); }

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

background-color css

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

 a { background-color: rgb(213,116,72); }

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

border-color css

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

 span { border-color: rgb(213,116,72); }

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