Html Css Color HEX #D85151 Valencia

📋 copy color: '#D85151'

red 216 ◦ green 81 ◦ blue 81

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

Shades of Valencia #D85151

Tints of Valencia #D85151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 57.14%
G = 21.43%
B = 21.43%

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

#D85151 (or 0xD85151) is known color: Valencia. HEX triplet: D8, 51 and 51. RGB value is (216,81,81). Sum of RGB (Red+Green+Blue) = 216+81+81=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D85151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85151 is #27AEAE. Grayscale: #797979. Windows color (decimal): -2600623 or 5329368. OLE color: 5329368.

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

Color convert

RGB 216 81 81 -
CMYK 0 0.62 0.62 0.15
HSL 0.63% 0.58% -
HSV(B) 0.63% 0.85% -
XYZ 32.75 21.08 10.13 -
YUV 121.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 216 81 81 0 0.62 0.62 0.15 0 0.63 0.58
Hex D8 51 51 0 3E 3E F 0 3F 3A
Octal 330 121 121 0 76 76 17 0 77 72
Binary 11011000 1010001 1010001 0 111110 111110 1111 0 111111 111010

Color Harmonies of #D85151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85151

Black with #D85151

Text Example


Text Example

White with #D85151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85151; }

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

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

background-color css

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

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

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

border-color css

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

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

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