Html Css Color HEX #D15F50 Valencia

📋 copy color: '#D15F50'

red 209 ◦ green 95 ◦ blue 80

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

Shades of Valencia #D15F50

Tints of Valencia #D15F50

RGB

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

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

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

R = 54.43%
G = 24.74%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D15F50 (or 0xD15F50) is known color: Valencia. HEX triplet: D1, 5F and 50. RGB value is (209,95,80). Sum of RGB (Red+Green+Blue) = 209+95+80=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F50 is #2EA0AF. Grayscale: #7F7F7F. Windows color (decimal): -3055792 or 5267409. OLE color: 5267409.

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

Color convert

RGB 209 95 80 -
CMYK 0 0.55 0.62 0.18
HSL 6.98º 0.58% 0.57% -
HSV(B) 6.98º 0.62% 0.82% -
XYZ 31.83 22.32 10.22 -
YUV 127.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 209 95 80 0 0.55 0.62 0.18 6.98 0.58 0.57
Hex D1 5F 50 0 37 3E 12 7 3A 39
Octal 321 137 120 0 67 76 22 7 72 71
Binary 11010001 1011111 1010000 0 110111 111110 10010 111 111010 111001

Color Harmonies of #D15F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F50

Black with #D15F50

Text Example


Text Example

White with #D15F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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