Html Css Color HEX #D15A50 Valencia

📋 copy color: '#D15A50'

red 209 ◦ green 90 ◦ blue 80

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

Shades of Valencia #D15A50

Tints of Valencia #D15A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 55.15%
G = 23.75%
B = 21.11%

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

#D15A50 (or 0xD15A50) is known color: Valencia. HEX triplet: D1, 5A and 50. RGB value is (209,90,80). Sum of RGB (Red+Green+Blue) = 209+90+80=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A50 is #2EA5AF. Grayscale: #7C7C7C. Windows color (decimal): -3057072 or 5266129. OLE color: 5266129.

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

Color convert

RGB 209 90 80 -
CMYK 0 0.57 0.62 0.18
HSL 4.65º 0.58% 0.57% -
HSV(B) 4.65º 0.62% 0.82% -
XYZ 31.4 21.45 10.07 -
YUV 124.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 209 90 80 0 0.57 0.62 0.18 4.65 0.58 0.57
Hex D1 5A 50 0 39 3E 12 5 3A 39
Octal 321 132 120 0 71 76 22 5 72 71
Binary 11010001 1011010 1010000 0 111001 111110 10010 101 111010 111001

Color Harmonies of #D15A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A50

Black with #D15A50

Text Example


Text Example

White with #D15A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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