Html Css Color HEX #D27449 Red Damask

📋 copy color: '#D27449'

red 210 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #D27449

Tints of Red Damask #D27449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 52.63%
G = 29.07%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D27449 (or 0xD27449) is known color: Red Damask. HEX triplet: D2, 74 and 49. RGB value is (210,116,73). Sum of RGB (Red+Green+Blue) = 210+116+73=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D27449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27449 is #2D8BB6. Grayscale: #8B8B8B. Windows color (decimal): -2984887 or 4814034. OLE color: 4814034.

HSL color Cylindrical-coordinate representation of color #D27449: hue angle of 18.83º 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 #D27449 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 73 -
CMYK 0 0.45 0.65 0.18
HSL 18.83º 0.6% 0.55% -
HSV(B) 18.83º 0.65% 0.82% -
XYZ 34.03 26.67 9.66 -
YUV 139.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 210 116 73 0 0.45 0.65 0.18 18.83 0.6 0.55
Hex D2 74 49 0 2D 41 12 13 3C 37
Octal 322 164 111 0 55 101 22 23 74 67
Binary 11010010 1110100 1001001 0 101101 1000001 10010 10011 111100 110111

Color Harmonies of #D27449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27449

Black with #D27449

Text Example


Text Example

White with #D27449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27449; }

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

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

background-color css

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

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

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

border-color css

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

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

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