Html Css Color HEX #D27344 Red Damask

📋 copy color: '#D27344'

red 210 ◦ green 115 ◦ blue 68

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

Shades of Red Damask #D27344

Tints of Red Damask #D27344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 53.44%
G = 29.26%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D27344 (or 0xD27344) is known color: Red Damask. HEX triplet: D2, 73 and 44. RGB value is (210,115,68). Sum of RGB (Red+Green+Blue) = 210+115+68=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D27344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27344 is #2D8CBB. Grayscale: #8A8A8A. Windows color (decimal): -2985148 or 4486098. OLE color: 4486098.

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

Color convert

RGB 210 115 68 -
CMYK 0 0.45 0.68 0.18
HSL 19.86º 0.61% 0.55% -
HSV(B) 19.86º 0.68% 0.82% -
XYZ 33.75 26.38 8.78 -
YUV 138.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 210 115 68 0 0.45 0.68 0.18 19.86 0.61 0.55
Hex D2 73 44 0 2D 44 12 14 3D 37
Octal 322 163 104 0 55 104 22 24 75 67
Binary 11010010 1110011 1000100 0 101101 1000100 10010 10100 111101 110111

Color Harmonies of #D27344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27344

Black with #D27344

Text Example


Text Example

White with #D27344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27344; }

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

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

background-color css

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

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

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

border-color css

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

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

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