Html Css Color HEX #D85E50 Valencia

📋 copy color: '#D85E50'

red 216 ◦ green 94 ◦ blue 80

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

Shades of Valencia #D85E50

Tints of Valencia #D85E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

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

R = 55.38%
G = 24.1%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D85E50 (or 0xD85E50) is known color: Valencia. HEX triplet: D8, 5E and 50. RGB value is (216,94,80). Sum of RGB (Red+Green+Blue) = 216+94+80=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E50 is #27A1AF. Grayscale: #818181. Windows color (decimal): -2597296 or 5267160. OLE color: 5267160.

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

Color convert

RGB 216 94 80 -
CMYK 0 0.56 0.63 0.15
HSL 6.18º 0.64% 0.58% -
HSV(B) 6.18º 0.63% 0.85% -
XYZ 33.77 23.18 10.28 -
YUV 128.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 216 94 80 0 0.56 0.63 0.15 6.18 0.64 0.58
Hex D8 5E 50 0 38 3F F 6 40 3A
Octal 330 136 120 0 70 77 17 6 100 72
Binary 11011000 1011110 1010000 0 111000 111111 1111 110 1000000 111010

Color Harmonies of #D85E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E50

Black with #D85E50

Text Example


Text Example

White with #D85E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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