Html Css Color HEX #D27250 Red Damask

📋 copy color: '#D27250'

red 210 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #D27250

Tints of Red Damask #D27250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 51.98%
G = 28.22%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D27250 (or 0xD27250) is known color: Red Damask. HEX triplet: D2, 72 and 50. RGB value is (210,114,80). Sum of RGB (Red+Green+Blue) = 210+114+80=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D27250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27250 is #2D8DAF. Grayscale: #8B8B8B. Windows color (decimal): -2985392 or 5272274. OLE color: 5272274.

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

Color convert

RGB 210 114 80 -
CMYK 0 0.46 0.62 0.18
HSL 15.69º 0.59% 0.57% -
HSV(B) 15.69º 0.62% 0.82% -
XYZ 34.04 26.32 10.87 -
YUV 138.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 210 114 80 0 0.46 0.62 0.18 15.69 0.59 0.57
Hex D2 72 50 0 2E 3E 12 10 3B 39
Octal 322 162 120 0 56 76 22 20 73 71
Binary 11010010 1110010 1010000 0 101110 111110 10010 10000 111011 111001

Color Harmonies of #D27250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27250

Black with #D27250

Text Example


Text Example

White with #D27250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27250; }

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

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

background-color css

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

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

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

border-color css

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

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

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