Html Css Color HEX #D27049 Red Damask

📋 copy color: '#D27049'

red 210 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #D27049

Tints of Red Damask #D27049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 53.16%
G = 28.35%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D27049 (or 0xD27049) is known color: Red Damask. HEX triplet: D2, 70 and 49. RGB value is (210,112,73). Sum of RGB (Red+Green+Blue) = 210+112+73=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27049 is #2D8FB6. Grayscale: #898989. Windows color (decimal): -2985911 or 4813010. OLE color: 4813010.

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

Color convert

RGB 210 112 73 -
CMYK 0 0.47 0.65 0.18
HSL 17.08º 0.6% 0.55% -
HSV(B) 17.08º 0.65% 0.82% -
XYZ 33.58 25.77 9.51 -
YUV 136.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 210 112 73 0 0.47 0.65 0.18 17.08 0.6 0.55
Hex D2 70 49 0 2F 41 12 11 3C 37
Octal 322 160 111 0 57 101 22 21 74 67
Binary 11010010 1110000 1001001 0 101111 1000001 10010 10001 111100 110111

Color Harmonies of #D27049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27049

Black with #D27049

Text Example


Text Example

White with #D27049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27049; }

 p { color: rgb(210,112,73); }

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

background-color css

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

 a { background-color: rgb(210,112,73); }

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

border-color css

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

 span { border-color: rgb(210,112,73); }

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