Html Css Color HEX #D27345 Red Damask

📋 copy color: '#D27345'

red 210 ◦ green 115 ◦ blue 69

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

Shades of Red Damask #D27345

Tints of Red Damask #D27345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 53.3%
G = 29.19%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D27345 (or 0xD27345) is known color: Red Damask. HEX triplet: D2, 73 and 45. RGB value is (210,115,69). Sum of RGB (Red+Green+Blue) = 210+115+69=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D27345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27345 is #2D8CBA. Grayscale: #8A8A8A. Windows color (decimal): -2985147 or 4551634. OLE color: 4551634.

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

Color convert

RGB 210 115 69 -
CMYK 0 0.45 0.67 0.18
HSL 19.57º 0.61% 0.55% -
HSV(B) 19.57º 0.67% 0.82% -
XYZ 33.78 26.39 8.94 -
YUV 138.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 210 115 69 0 0.45 0.67 0.18 19.57 0.61 0.55
Hex D2 73 45 0 2D 43 12 14 3D 37
Octal 322 163 105 0 55 103 22 24 75 67
Binary 11010010 1110011 1000101 0 101101 1000011 10010 10100 111101 110111

Color Harmonies of #D27345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27345

Black with #D27345

Text Example


Text Example

White with #D27345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27345; }

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

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

background-color css

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

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

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

border-color css

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

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

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