Html Css Color HEX #D15350 Valencia

📋 copy color: '#D15350'

red 209 ◦ green 83 ◦ blue 80

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

Shades of Valencia #D15350

Tints of Valencia #D15350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 56.18%
G = 22.31%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D15350 (or 0xD15350) is known color: Valencia. HEX triplet: D1, 53 and 50. RGB value is (209,83,80). Sum of RGB (Red+Green+Blue) = 209+83+80=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D15350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15350 is #2EACAF. Grayscale: #787878. Windows color (decimal): -3058864 or 5264337. OLE color: 5264337.

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

Color convert

RGB 209 83 80 -
CMYK 0 0.60 0.62 0.18
HSL 1.4º 0.58% 0.57% -
HSV(B) 1.4º 0.62% 0.82% -
XYZ 30.84 20.32 9.89 -
YUV 120.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 209 83 80 0 0.60 0.62 0.18 1.4 0.58 0.57
Hex D1 53 50 0 3C 3E 12 1 3A 39
Octal 321 123 120 0 74 76 22 1 72 71
Binary 11010001 1010011 1010000 0 111100 111110 10010 1 111010 111001

Color Harmonies of #D15350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15350

Black with #D15350

Text Example


Text Example

White with #D15350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15350; }

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

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

background-color css

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

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

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

border-color css

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

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

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