Html Css Color HEX #D15953 Valencia

📋 copy color: '#D15953'

red 209 ◦ green 89 ◦ blue 83

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

Shades of Valencia #D15953

Tints of Valencia #D15953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 54.86%
G = 23.36%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D15953 (or 0xD15953) is known color: Valencia. HEX triplet: D1, 59 and 53. RGB value is (209,89,83). Sum of RGB (Red+Green+Blue) = 209+89+83=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D15953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15953 is #2EA6AC. Grayscale: #7C7C7C. Windows color (decimal): -3057325 or 5462481. OLE color: 5462481.

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

Color convert

RGB 209 89 83 -
CMYK 0 0.57 0.60 0.18
HSL 2.86º 0.58% 0.57% -
HSV(B) 2.86º 0.6% 0.82% -
XYZ 31.43 21.32 10.64 -
YUV 124.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 209 89 83 0 0.57 0.60 0.18 2.86 0.58 0.57
Hex D1 59 53 0 39 3C 12 3 3A 39
Octal 321 131 123 0 71 74 22 3 72 71
Binary 11010001 1011001 1010011 0 111001 111100 10010 11 111010 111001

Color Harmonies of #D15953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15953

Black with #D15953

Text Example


Text Example

White with #D15953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15953; }

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

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

background-color css

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

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

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

border-color css

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

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

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