Html Css Color HEX #D47350 Red Damask

📋 copy color: '#D47350'

red 212 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #D47350

Tints of Red Damask #D47350

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

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

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 52.09%
G = 28.26%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D47350 (or 0xD47350) is known color: Red Damask. HEX triplet: D4, 73 and 50. RGB value is (212,115,80). Sum of RGB (Red+Green+Blue) = 212+115+80=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D47350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47350 is #2B8CAF. Grayscale: #8C8C8C. Windows color (decimal): -2854064 or 5272532. OLE color: 5272532.

HSL color Cylindrical-coordinate representation of color #D47350: hue angle of 15.91º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D47350 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 80 -
CMYK 0 0.46 0.62 0.17
HSL 15.91º 0.61% 0.57% -
HSV(B) 15.91º 0.62% 0.83% -
XYZ 34.73 26.84 10.94 -
YUV 140.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 212 115 80 0 0.46 0.62 0.17 15.91 0.61 0.57
Hex D4 73 50 0 2E 3E 11 10 3D 39
Octal 324 163 120 0 56 76 21 20 75 71
Binary 11010100 1110011 1010000 0 101110 111110 10001 10000 111101 111001

Color Harmonies of #D47350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47350

Black with #D47350

Text Example


Text Example

White with #D47350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47350; }

 p { color: rgb(212,115,80); }

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

background-color css

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

 a { background-color: rgb(212,115,80); }

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

border-color css

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

 span { border-color: rgb(212,115,80); }

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