Html Css Color HEX #D27041 Red Damask

📋 copy color: '#D27041'

red 210 ◦ green 112 ◦ blue 65

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

Shades of Red Damask #D27041

Tints of Red Damask #D27041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 54.26%
G = 28.94%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D27041 (or 0xD27041) is known color: Red Damask. HEX triplet: D2, 70 and 41. RGB value is (210,112,65). Sum of RGB (Red+Green+Blue) = 210+112+65=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D27041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27041 is #2D8FBE. Grayscale: #888888. Windows color (decimal): -2985919 or 4288722. OLE color: 4288722.

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

Color convert

RGB 210 112 65 -
CMYK 0 0.47 0.69 0.18
HSL 19.45º 0.62% 0.54% -
HSV(B) 19.45º 0.69% 0.82% -
XYZ 33.33 25.67 8.2 -
YUV 135.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 210 112 65 0 0.47 0.69 0.18 19.45 0.62 0.54
Hex D2 70 41 0 2F 45 12 13 3E 36
Octal 322 160 101 0 57 105 22 23 76 66
Binary 11010010 1110000 1000001 0 101111 1000101 10010 10011 111110 110110

Color Harmonies of #D27041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27041

Black with #D27041

Text Example


Text Example

White with #D27041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27041; }

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

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

background-color css

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

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

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

border-color css

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

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

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