Html Css Color HEX #D15C51 Valencia

📋 copy color: '#D15C51'

red 209 ◦ green 92 ◦ blue 81

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

Shades of Valencia #D15C51

Tints of Valencia #D15C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

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

R = 54.71%
G = 24.08%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15C51 (or 0xD15C51) is known color: Valencia. HEX triplet: D1, 5C and 51. RGB value is (209,92,81). Sum of RGB (Red+Green+Blue) = 209+92+81=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C51 is #2EA3AE. Grayscale: #7D7D7D. Windows color (decimal): -3056559 or 5332177. OLE color: 5332177.

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

Color convert

RGB 209 92 81 -
CMYK 0 0.56 0.61 0.18
HSL 5.16º 0.58% 0.57% -
HSV(B) 5.16º 0.61% 0.82% -
XYZ 31.61 21.8 10.33 -
YUV 125.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 209 92 81 0 0.56 0.61 0.18 5.16 0.58 0.57
Hex D1 5C 51 0 38 3D 12 5 3A 39
Octal 321 134 121 0 70 75 22 5 72 71
Binary 11010001 1011100 1010001 0 111000 111101 10010 101 111010 111001

Color Harmonies of #D15C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C51

Black with #D15C51

Text Example


Text Example

White with #D15C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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