Html Css Color HEX #D85040 Valencia

📋 copy color: '#D85040'

red 216 ◦ green 80 ◦ blue 64

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

Shades of Valencia #D85040

Tints of Valencia #D85040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 60%
G = 22.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85040 (or 0xD85040) is known color: Valencia. HEX triplet: D8, 50 and 40. RGB value is (216,80,64). Sum of RGB (Red+Green+Blue) = 216+80+64=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D85040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85040 is #27AFBF. Grayscale: #777777. Windows color (decimal): -2600896 or 4215000. OLE color: 4215000.

HSL color Cylindrical-coordinate representation of color #D85040: hue angle of 6.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85040 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 64 -
CMYK 0 0.63 0.70 0.15
HSL 6.32º 0.66% 0.55% -
HSV(B) 6.32º 0.7% 0.85% -
XYZ 32.11 20.71 7.15 -
YUV 118.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 216 80 64 0 0.63 0.70 0.15 6.32 0.66 0.55
Hex D8 50 40 0 3F 46 F 6 42 37
Octal 330 120 100 0 77 106 17 6 102 67
Binary 11011000 1010000 1000000 0 111111 1000110 1111 110 1000010 110111

Color Harmonies of #D85040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85040

Black with #D85040

Text Example


Text Example

White with #D85040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85040; }

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

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

background-color css

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

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

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

border-color css

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

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

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