Html Css Color HEX #D27350 Red Damask

📋 copy color: '#D27350'

red 210 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #D27350

Tints of Red Damask #D27350

RGB

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

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

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

R = 51.85%
G = 28.4%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D27350 (or 0xD27350) is known color: Red Damask. HEX triplet: D2, 73 and 50. RGB value is (210,115,80). Sum of RGB (Red+Green+Blue) = 210+115+80=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D27350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27350 is #2D8CAF. Grayscale: #8B8B8B. Windows color (decimal): -2985136 or 5272530. OLE color: 5272530.

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

Color convert

RGB 210 115 80 -
CMYK 0 0.45 0.62 0.18
HSL 16.15º 0.59% 0.57% -
HSV(B) 16.15º 0.62% 0.82% -
XYZ 34.16 26.54 10.91 -
YUV 139.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 210 115 80 0 0.45 0.62 0.18 16.15 0.59 0.57
Hex D2 73 50 0 2D 3E 12 10 3B 39
Octal 322 163 120 0 55 76 22 20 73 71
Binary 11010010 1110011 1010000 0 101101 111110 10010 10000 111011 111001

Color Harmonies of #D27350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27350

Black with #D27350

Text Example


Text Example

White with #D27350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27350; }

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

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

background-color css

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

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

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

border-color css

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

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

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