Html Css Color HEX #D15A51 Valencia

📋 copy color: '#D15A51'

red 209 ◦ green 90 ◦ blue 81

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

Shades of Valencia #D15A51

Tints of Valencia #D15A51

RGB

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

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

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

R = 55%
G = 23.68%
B = 21.32%

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

#D15A51 (or 0xD15A51) is known color: Valencia. HEX triplet: D1, 5A and 51. RGB value is (209,90,81). Sum of RGB (Red+Green+Blue) = 209+90+81=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A51 is #2EA5AE. Grayscale: #7C7C7C. Windows color (decimal): -3057071 or 5331665. OLE color: 5331665.

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

Color convert

RGB 209 90 81 -
CMYK 0 0.57 0.61 0.18
HSL 4.22º 0.58% 0.57% -
HSV(B) 4.22º 0.61% 0.82% -
XYZ 31.44 21.46 10.27 -
YUV 124.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 209 90 81 0 0.57 0.61 0.18 4.22 0.58 0.57
Hex D1 5A 51 0 39 3D 12 4 3A 39
Octal 321 132 121 0 71 75 22 4 72 71
Binary 11010001 1011010 1010001 0 111001 111101 10010 100 111010 111001

Color Harmonies of #D15A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A51

Black with #D15A51

Text Example


Text Example

White with #D15A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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