Html Css Color HEX #D15950 Valencia

📋 copy color: '#D15950'

red 209 ◦ green 89 ◦ blue 80

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

Shades of Valencia #D15950

Tints of Valencia #D15950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 55.29%
G = 23.54%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D15950 (or 0xD15950) is known color: Valencia. HEX triplet: D1, 59 and 50. RGB value is (209,89,80). Sum of RGB (Red+Green+Blue) = 209+89+80=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D15950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15950 is #2EA6AF. Grayscale: #7C7C7C. Windows color (decimal): -3057328 or 5265873. OLE color: 5265873.

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

Color convert

RGB 209 89 80 -
CMYK 0 0.57 0.62 0.18
HSL 4.19º 0.58% 0.57% -
HSV(B) 4.19º 0.62% 0.82% -
XYZ 31.31 21.28 10.05 -
YUV 123.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 209 89 80 0 0.57 0.62 0.18 4.19 0.58 0.57
Hex D1 59 50 0 39 3E 12 4 3A 39
Octal 321 131 120 0 71 76 22 4 72 71
Binary 11010001 1011001 1010000 0 111001 111110 10010 100 111010 111001

Color Harmonies of #D15950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15950

Black with #D15950

Text Example


Text Example

White with #D15950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15950; }

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

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

background-color css

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

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

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

border-color css

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

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

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