Html Css Color HEX #D27346 Red Damask

📋 copy color: '#D27346'

red 210 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #D27346

Tints of Red Damask #D27346

RGB

 RED value IS 210 (82.42% from 255) = 53.16%

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

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

R = 53.16%
G = 29.11%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D27346 (or 0xD27346) is known color: Red Damask. HEX triplet: D2, 73 and 46. RGB value is (210,115,70). Sum of RGB (Red+Green+Blue) = 210+115+70=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27346 is #2D8CB9. Grayscale: #8A8A8A. Windows color (decimal): -2985146 or 4617170. OLE color: 4617170.

HSL color Cylindrical-coordinate representation of color #D27346: hue angle of 19.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D27346 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 70 -
CMYK 0 0.45 0.67 0.18
HSL 19.29º 0.61% 0.55% -
HSV(B) 19.29º 0.67% 0.82% -
XYZ 33.81 26.41 9.11 -
YUV 138.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 210 115 70 0 0.45 0.67 0.18 19.29 0.61 0.55
Hex D2 73 46 0 2D 43 12 13 3D 37
Octal 322 163 106 0 55 103 22 23 75 67
Binary 11010010 1110011 1000110 0 101101 1000011 10010 10011 111101 110111

Color Harmonies of #D27346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27346

Black with #D27346

Text Example


Text Example

White with #D27346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27346; }

 p { color: rgb(210,115,70); }

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

background-color css

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

 a { background-color: rgb(210,115,70); }

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

border-color css

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

 span { border-color: rgb(210,115,70); }

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