Html Css Color HEX #D27242 Red Damask

📋 copy color: '#D27242'

red 210 ◦ green 114 ◦ blue 66

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

Shades of Red Damask #D27242

Tints of Red Damask #D27242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 53.85%
G = 29.23%
B = 16.92%

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

#D27242 (or 0xD27242) is known color: Red Damask. HEX triplet: D2, 72 and 42. RGB value is (210,114,66). Sum of RGB (Red+Green+Blue) = 210+114+66=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D27242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27242 is #2D8DBD. Grayscale: #898989. Windows color (decimal): -2985406 or 4354770. OLE color: 4354770.

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

Color convert

RGB 210 114 66 -
CMYK 0 0.46 0.69 0.18
HSL 20º 0.62% 0.54% -
HSV(B) 20º 0.69% 0.82% -
XYZ 33.58 26.13 8.43 -
YUV 137.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 210 114 66 0 0.46 0.69 0.18 20 0.62 0.54
Hex D2 72 42 0 2E 45 12 14 3E 36
Octal 322 162 102 0 56 105 22 24 76 66
Binary 11010010 1110010 1000010 0 101110 1000101 10010 10100 111110 110110

Color Harmonies of #D27242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27242

Black with #D27242

Text Example


Text Example

White with #D27242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27242; }

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

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

background-color css

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

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

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

border-color css

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

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

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