Html Css Color HEX #D27241 Red Damask

📋 copy color: '#D27241'

red 210 ◦ green 114 ◦ blue 65

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

Shades of Red Damask #D27241

Tints of Red Damask #D27241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 53.98%
G = 29.31%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D27241 (or 0xD27241) is known color: Red Damask. HEX triplet: D2, 72 and 41. RGB value is (210,114,65). Sum of RGB (Red+Green+Blue) = 210+114+65=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27241 is #2D8DBE. Grayscale: #898989. Windows color (decimal): -2985407 or 4289234. OLE color: 4289234.

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

Color convert

RGB 210 114 65 -
CMYK 0 0.46 0.69 0.18
HSL 20.28º 0.62% 0.54% -
HSV(B) 20.28º 0.69% 0.82% -
XYZ 33.55 26.12 8.27 -
YUV 137.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 210 114 65 0 0.46 0.69 0.18 20.28 0.62 0.54
Hex D2 72 41 0 2E 45 12 14 3E 36
Octal 322 162 101 0 56 105 22 24 76 66
Binary 11010010 1110010 1000001 0 101110 1000101 10010 10100 111110 110110

Color Harmonies of #D27241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27241

Black with #D27241

Text Example


Text Example

White with #D27241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27241; }

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

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

background-color css

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

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

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

border-color css

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

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

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