Html Css Color HEX #D27450 Red Damask

📋 copy color: '#D27450'

red 210 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #D27450

Tints of Red Damask #D27450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 51.72%
G = 28.57%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D27450 (or 0xD27450) is known color: Red Damask. HEX triplet: D2, 74 and 50. RGB value is (210,116,80). Sum of RGB (Red+Green+Blue) = 210+116+80=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D27450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27450 is #2D8BAF. Grayscale: #8C8C8C. Windows color (decimal): -2984880 or 5272786. OLE color: 5272786.

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

Color convert

RGB 210 116 80 -
CMYK 0 0.45 0.62 0.18
HSL 16.62º 0.59% 0.57% -
HSV(B) 16.62º 0.62% 0.82% -
XYZ 34.27 26.77 10.95 -
YUV 140 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 210 116 80 0 0.45 0.62 0.18 16.62 0.59 0.57
Hex D2 74 50 0 2D 3E 12 11 3B 39
Octal 322 164 120 0 55 76 22 21 73 71
Binary 11010010 1110100 1010000 0 101101 111110 10010 10001 111011 111001

Color Harmonies of #D27450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27450

Black with #D27450

Text Example


Text Example

White with #D27450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27450; }

 p { color: rgb(210,116,80); }

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

background-color css

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

 a { background-color: rgb(210,116,80); }

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

border-color css

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

 span { border-color: rgb(210,116,80); }

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