Html Css Color HEX #D15250 Valencia

📋 copy color: '#D15250'

red 209 ◦ green 82 ◦ blue 80

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

Shades of Valencia #D15250

Tints of Valencia #D15250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 56.33%
G = 22.1%
B = 21.56%

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

#D15250 (or 0xD15250) is known color: Valencia. HEX triplet: D1, 52 and 50. RGB value is (209,82,80). Sum of RGB (Red+Green+Blue) = 209+82+80=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D15250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15250 is #2EADAF. Grayscale: #777777. Windows color (decimal): -3059120 or 5264081. OLE color: 5264081.

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

Color convert

RGB 209 82 80 -
CMYK 0 0.61 0.62 0.18
HSL 0.93º 0.58% 0.57% -
HSV(B) 0.93º 0.62% 0.82% -
XYZ 30.76 20.17 9.86 -
YUV 119.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 209 82 80 0 0.61 0.62 0.18 0.93 0.58 0.57
Hex D1 52 50 0 3D 3E 12 1 3A 39
Octal 321 122 120 0 75 76 22 1 72 71
Binary 11010001 1010010 1010000 0 111101 111110 10010 1 111010 111001

Color Harmonies of #D15250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15250

Black with #D15250

Text Example


Text Example

White with #D15250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15250; }

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

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

background-color css

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

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

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

border-color css

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

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

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