Html Css Color HEX #D27040 Red Damask

📋 copy color: '#D27040'

red 210 ◦ green 112 ◦ blue 64

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

Shades of Red Damask #D27040

Tints of Red Damask #D27040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 54.4%
G = 29.02%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D27040 (or 0xD27040) is known color: Red Damask. HEX triplet: D2, 70 and 40. RGB value is (210,112,64). Sum of RGB (Red+Green+Blue) = 210+112+64=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D27040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27040 is #2D8FBF. Grayscale: #888888. Windows color (decimal): -2985920 or 4223186. OLE color: 4223186.

HSL color Cylindrical-coordinate representation of color #D27040: hue angle of 19.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D27040 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 64 -
CMYK 0 0.47 0.70 0.18
HSL 19.73º 0.62% 0.54% -
HSV(B) 19.73º 0.7% 0.82% -
XYZ 33.3 25.66 8.05 -
YUV 135.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 210 112 64 0 0.47 0.70 0.18 19.73 0.62 0.54
Hex D2 70 40 0 2F 46 12 14 3E 36
Octal 322 160 100 0 57 106 22 24 76 66
Binary 11010010 1110000 1000000 0 101111 1000110 10010 10100 111110 110110

Color Harmonies of #D27040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27040

Black with #D27040

Text Example


Text Example

White with #D27040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27040; }

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

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

background-color css

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

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

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

border-color css

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

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

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