Html Css Color HEX #D85F51 Valencia

📋 copy color: '#D85F51'

red 216 ◦ green 95 ◦ blue 81

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

Shades of Valencia #D85F51

Tints of Valencia #D85F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 55.1%
G = 24.23%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85F51 (or 0xD85F51) is known color: Valencia. HEX triplet: D8, 5F and 51. RGB value is (216,95,81). Sum of RGB (Red+Green+Blue) = 216+95+81=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F51 is #27A0AE. Grayscale: #818181. Windows color (decimal): -2597039 or 5332952. OLE color: 5332952.

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

Color convert

RGB 216 95 81 -
CMYK 0 0.56 0.62 0.15
HSL 6.22º 0.63% 0.58% -
HSV(B) 6.22º 0.63% 0.85% -
XYZ 33.9 23.38 10.51 -
YUV 129.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 216 95 81 0 0.56 0.62 0.15 6.22 0.63 0.58
Hex D8 5F 51 0 38 3E F 6 3F 3A
Octal 330 137 121 0 70 76 17 6 77 72
Binary 11011000 1011111 1010001 0 111000 111110 1111 110 111111 111010

Color Harmonies of #D85F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F51

Black with #D85F51

Text Example


Text Example

White with #D85F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F51; }

 p { color: rgb(216,95,81); }

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

background-color css

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

 a { background-color: rgb(216,95,81); }

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

border-color css

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

 span { border-color: rgb(216,95,81); }

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