Html Css Color HEX #D15954 Valencia

📋 copy color: '#D15954'

red 209 ◦ green 89 ◦ blue 84

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

Shades of Valencia #D15954

Tints of Valencia #D15954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 54.71%
G = 23.3%
B = 21.99%

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

#D15954 (or 0xD15954) is known color: Valencia. HEX triplet: D1, 59 and 54. RGB value is (209,89,84). Sum of RGB (Red+Green+Blue) = 209+89+84=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D15954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15954 is #2EA6AB. Grayscale: #7C7C7C. Windows color (decimal): -3057324 or 5528017. OLE color: 5528017.

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

Color convert

RGB 209 89 84 -
CMYK 0 0.57 0.60 0.18
HSL 2.4º 0.58% 0.57% -
HSV(B) 2.4º 0.6% 0.82% -
XYZ 31.47 21.34 10.85 -
YUV 124.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 209 89 84 0 0.57 0.60 0.18 2.4 0.58 0.57
Hex D1 59 54 0 39 3C 12 2 3A 39
Octal 321 131 124 0 71 74 22 2 72 71
Binary 11010001 1011001 1010100 0 111001 111100 10010 10 111010 111001

Color Harmonies of #D15954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15954

Black with #D15954

Text Example


Text Example

White with #D15954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15954; }

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

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

background-color css

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

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

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

border-color css

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

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

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