Html Css Color HEX #D57348 Red Damask

📋 copy color: '#D57348'

red 213 ◦ green 115 ◦ blue 72

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

Shades of Red Damask #D57348

Tints of Red Damask #D57348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

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

R = 53.25%
G = 28.75%
B = 18%

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

#D57348 (or 0xD57348) is known color: Red Damask. HEX triplet: D5, 73 and 48. RGB value is (213,115,72). Sum of RGB (Red+Green+Blue) = 213+115+72=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D57348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57348 is #2A8CB7. Grayscale: #8B8B8B. Windows color (decimal): -2788536 or 4748245. OLE color: 4748245.

HSL color Cylindrical-coordinate representation of color #D57348: hue angle of 18.3º 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 #D57348 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 72 -
CMYK 0 0.46 0.66 0.16
HSL 18.3º 0.63% 0.56% -
HSV(B) 18.3º 0.66% 0.84% -
XYZ 34.74 26.88 9.49 -
YUV 139.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 213 115 72 0 0.46 0.66 0.16 18.3 0.63 0.56
Hex D5 73 48 0 2E 42 10 12 3F 38
Octal 325 163 110 0 56 102 20 22 77 70
Binary 11010101 1110011 1001000 0 101110 1000010 10000 10010 111111 111000

Color Harmonies of #D57348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57348

Black with #D57348

Text Example


Text Example

White with #D57348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57348; }

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

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

background-color css

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

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

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

border-color css

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

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

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