Html Css Color HEX #D85251 Valencia

📋 copy color: '#D85251'

red 216 ◦ green 82 ◦ blue 81

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

Shades of Valencia #D85251

Tints of Valencia #D85251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

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

R = 56.99%
G = 21.64%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85251 (or 0xD85251) is known color: Valencia. HEX triplet: D8, 52 and 51. RGB value is (216,82,81). Sum of RGB (Red+Green+Blue) = 216+82+81=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D85251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85251 is #27ADAE. Grayscale: #7A7A7A. Windows color (decimal): -2600367 or 5329624. OLE color: 5329624.

HSL color Cylindrical-coordinate representation of color #D85251: hue angle of 0.44º 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 #D85251 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 81 -
CMYK 0 0.62 0.62 0.15
HSL 0.44º 0.63% 0.58% -
HSV(B) 0.44º 0.63% 0.85% -
XYZ 32.82 21.23 10.15 -
YUV 121.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 216 82 81 0 0.62 0.62 0.15 0.44 0.63 0.58
Hex D8 52 51 0 3E 3E F 0 3F 3A
Octal 330 122 121 0 76 76 17 0 77 72
Binary 11011000 1010010 1010001 0 111110 111110 1111 0 111111 111010

Color Harmonies of #D85251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85251

Black with #D85251

Text Example


Text Example

White with #D85251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85251; }

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

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

background-color css

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

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

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

border-color css

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

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

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