Html Css Color HEX #D15150 Valencia

📋 copy color: '#D15150'

red 209 ◦ green 81 ◦ blue 80

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

Shades of Valencia #D15150

Tints of Valencia #D15150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

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

R = 56.49%
G = 21.89%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D15150 (or 0xD15150) is known color: Valencia. HEX triplet: D1, 51 and 50. RGB value is (209,81,80). Sum of RGB (Red+Green+Blue) = 209+81+80=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D15150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15150 is #2EAEAF. Grayscale: #777777. Windows color (decimal): -3059376 or 5263825. OLE color: 5263825.

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

Color convert

RGB 209 81 80 -
CMYK 0 0.61 0.62 0.18
HSL 0.47º 0.58% 0.57% -
HSV(B) 0.47º 0.62% 0.82% -
XYZ 30.68 20.02 9.84 -
YUV 119.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 209 81 80 0 0.61 0.62 0.18 0.47 0.58 0.57
Hex D1 51 50 0 3D 3E 12 0 3A 39
Octal 321 121 120 0 75 76 22 0 72 71
Binary 11010001 1010001 1010000 0 111101 111110 10010 0 111010 111001

Color Harmonies of #D15150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15150

Black with #D15150

Text Example


Text Example

White with #D15150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15150; }

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

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

background-color css

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

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

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

border-color css

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

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

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