Html Css Color HEX #D27142 Red Damask

📋 copy color: '#D27142'

red 210 ◦ green 113 ◦ blue 66

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

Shades of Red Damask #D27142

Tints of Red Damask #D27142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 53.98%
G = 29.05%
B = 16.97%

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

#D27142 (or 0xD27142) is known color: Red Damask. HEX triplet: D2, 71 and 42. RGB value is (210,113,66). Sum of RGB (Red+Green+Blue) = 210+113+66=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27142 is #2D8EBD. Grayscale: #888888. Windows color (decimal): -2985662 or 4354514. OLE color: 4354514.

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

Color convert

RGB 210 113 66 -
CMYK 0 0.46 0.69 0.18
HSL 19.58º 0.62% 0.54% -
HSV(B) 19.58º 0.69% 0.82% -
XYZ 33.47 25.91 8.39 -
YUV 136.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 210 113 66 0 0.46 0.69 0.18 19.58 0.62 0.54
Hex D2 71 42 0 2E 45 12 14 3E 36
Octal 322 161 102 0 56 105 22 24 76 66
Binary 11010010 1110001 1000010 0 101110 1000101 10010 10100 111110 110110

Color Harmonies of #D27142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27142

Black with #D27142

Text Example


Text Example

White with #D27142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27142; }

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

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

background-color css

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

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

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

border-color css

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

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

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