Html Css Color HEX #D27046 Red Damask

📋 copy color: '#D27046'

red 210 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #D27046

Tints of Red Damask #D27046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 53.57%
G = 28.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D27046 (or 0xD27046) is known color: Red Damask. HEX triplet: D2, 70 and 46. RGB value is (210,112,70). Sum of RGB (Red+Green+Blue) = 210+112+70=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D27046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27046 is #2D8FB9. Grayscale: #888888. Windows color (decimal): -2985914 or 4616402. OLE color: 4616402.

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

Color convert

RGB 210 112 70 -
CMYK 0 0.47 0.67 0.18
HSL 18º 0.61% 0.55% -
HSV(B) 18º 0.67% 0.82% -
XYZ 33.48 25.73 9 -
YUV 136.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 210 112 70 0 0.47 0.67 0.18 18 0.61 0.55
Hex D2 70 46 0 2F 43 12 12 3D 37
Octal 322 160 106 0 57 103 22 22 75 67
Binary 11010010 1110000 1000110 0 101111 1000011 10010 10010 111101 110111

Color Harmonies of #D27046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27046

Black with #D27046

Text Example


Text Example

White with #D27046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27046; }

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

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

background-color css

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

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

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

border-color css

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

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

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