Html Css Color HEX #D07450 Red Damask

📋 copy color: '#D07450'

red 208 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #D07450

Tints of Red Damask #D07450

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

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

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

R = 51.49%
G = 28.71%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D07450 (or 0xD07450) is known color: Red Damask. HEX triplet: D0, 74 and 50. RGB value is (208,116,80). Sum of RGB (Red+Green+Blue) = 208+116+80=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D07450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07450 is #2F8BAF. Grayscale: #8B8B8B. Windows color (decimal): -3115952 or 5272784. OLE color: 5272784.

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

Color convert

RGB 208 116 80 -
CMYK 0 0.44 0.62 0.18
HSL 16.88º 0.58% 0.56% -
HSV(B) 16.88º 0.62% 0.82% -
XYZ 33.71 26.48 10.92 -
YUV 139.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 208 116 80 0 0.44 0.62 0.18 16.88 0.58 0.56
Hex D0 74 50 0 2C 3E 12 11 3A 38
Octal 320 164 120 0 54 76 22 21 72 70
Binary 11010000 1110100 1010000 0 101100 111110 10010 10001 111010 111000

Color Harmonies of #D07450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07450

Black with #D07450

Text Example


Text Example

White with #D07450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07450; }

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

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

background-color css

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

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

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

border-color css

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

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

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