Html Css Color HEX #D85047 Valencia

📋 copy color: '#D85047'

red 216 ◦ green 80 ◦ blue 71

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

Shades of Valencia #D85047

Tints of Valencia #D85047

RGB

 RED value IS 216 (84.77% from 255) = 58.86%

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 58.86%
G = 21.8%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85047 (or 0xD85047) is known color: Valencia. HEX triplet: D8, 50 and 47. RGB value is (216,80,71). Sum of RGB (Red+Green+Blue) = 216+80+71=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D85047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85047 is #27AFB8. Grayscale: #777777. Windows color (decimal): -2600889 or 4673752. OLE color: 4673752.

HSL color Cylindrical-coordinate representation of color #D85047: hue angle of 3.72º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D85047 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 71 -
CMYK 0 0.63 0.67 0.15
HSL 3.72º 0.65% 0.56% -
HSV(B) 3.72º 0.67% 0.85% -
XYZ 32.32 20.79 8.27 -
YUV 119.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 216 80 71 0 0.63 0.67 0.15 3.72 0.65 0.56
Hex D8 50 47 0 3F 43 F 4 41 38
Octal 330 120 107 0 77 103 17 4 101 70
Binary 11011000 1010000 1000111 0 111111 1000011 1111 100 1000001 111000

Color Harmonies of #D85047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85047

Black with #D85047

Text Example


Text Example

White with #D85047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85047; }

 p { color: rgb(216,80,71); }

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

background-color css

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

 a { background-color: rgb(216,80,71); }

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

border-color css

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

 span { border-color: rgb(216,80,71); }

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