Html Css Color HEX #D57143 Red Damask

📋 copy color: '#D57143'

red 213 ◦ green 113 ◦ blue 67

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

Shades of Red Damask #D57143

Tints of Red Damask #D57143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 54.2%
G = 28.75%
B = 17.05%

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

#D57143 (or 0xD57143) is known color: Red Damask. HEX triplet: D5, 71 and 43. RGB value is (213,113,67). Sum of RGB (Red+Green+Blue) = 213+113+67=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D57143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57143 is #2A8EBC. Grayscale: #898989. Windows color (decimal): -2789053 or 4420053. OLE color: 4420053.

HSL color Cylindrical-coordinate representation of color #D57143: hue angle of 18.9º degrees, saturation: 0.63, 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 #D57143 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 67 -
CMYK 0 0.47 0.69 0.16
HSL 18.9º 0.63% 0.55% -
HSV(B) 18.9º 0.69% 0.84% -
XYZ 34.36 26.36 8.59 -
YUV 137.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 213 113 67 0 0.47 0.69 0.16 18.9 0.63 0.55
Hex D5 71 43 0 2F 45 10 13 3F 37
Octal 325 161 103 0 57 105 20 23 77 67
Binary 11010101 1110001 1000011 0 101111 1000101 10000 10011 111111 110111

Color Harmonies of #D57143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57143

Black with #D57143

Text Example


Text Example

White with #D57143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57143; }

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

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

background-color css

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

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

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

border-color css

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

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

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