Html Css Color HEX #D15951 Valencia

📋 copy color: '#D15951'

red 209 ◦ green 89 ◦ blue 81

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

Shades of Valencia #D15951

Tints of Valencia #D15951

RGB

 RED value IS 209 (82.03% from 255) = 55.15%

 GREEN value IS 89 (35.16% from 255) = 23.48%

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

R = 55.15%
G = 23.48%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15951 (or 0xD15951) is known color: Valencia. HEX triplet: D1, 59 and 51. RGB value is (209,89,81). Sum of RGB (Red+Green+Blue) = 209+89+81=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D15951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15951 is #2EA6AE. Grayscale: #7C7C7C. Windows color (decimal): -3057327 or 5331409. OLE color: 5331409.

HSL color Cylindrical-coordinate representation of color #D15951: hue angle of 3.75º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15951 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 81 -
CMYK 0 0.57 0.61 0.18
HSL 3.75º 0.58% 0.57% -
HSV(B) 3.75º 0.61% 0.82% -
XYZ 31.35 21.29 10.24 -
YUV 123.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 209 89 81 0 0.57 0.61 0.18 3.75 0.58 0.57
Hex D1 59 51 0 39 3D 12 4 3A 39
Octal 321 131 121 0 71 75 22 4 72 71
Binary 11010001 1011001 1010001 0 111001 111101 10010 100 111010 111001

Color Harmonies of #D15951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15951

Black with #D15951

Text Example


Text Example

White with #D15951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15951; }

 p { color: rgb(209,89,81); }

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

background-color css

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

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

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

border-color css

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

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

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