Html Css Color HEX #D27045 Red Damask

📋 copy color: '#D27045'

red 210 ◦ green 112 ◦ blue 69

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

Shades of Red Damask #D27045

Tints of Red Damask #D27045

RGB

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

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

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

R = 53.71%
G = 28.64%
B = 17.65%

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

#D27045 (or 0xD27045) is known color: Red Damask. HEX triplet: D2, 70 and 45. RGB value is (210,112,69). Sum of RGB (Red+Green+Blue) = 210+112+69=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D27045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27045 is #2D8FBA. Grayscale: #888888. Windows color (decimal): -2985915 or 4550866. OLE color: 4550866.

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

Color convert

RGB 210 112 69 -
CMYK 0 0.47 0.67 0.18
HSL 18.3º 0.61% 0.55% -
HSV(B) 18.3º 0.67% 0.82% -
XYZ 33.45 25.72 8.83 -
YUV 136.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 210 112 69 0 0.47 0.67 0.18 18.3 0.61 0.55
Hex D2 70 45 0 2F 43 12 12 3D 37
Octal 322 160 105 0 57 103 22 22 75 67
Binary 11010010 1110000 1000101 0 101111 1000011 10010 10010 111101 110111

Color Harmonies of #D27045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27045

Black with #D27045

Text Example


Text Example

White with #D27045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27045; }

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

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

background-color css

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

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

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

border-color css

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

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

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