Html Css Color HEX #D15149 Valencia

📋 copy color: '#D15149'

red 209 ◦ green 81 ◦ blue 73

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

Shades of Valencia #D15149

Tints of Valencia #D15149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 57.58%
G = 22.31%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D15149 (or 0xD15149) is known color: Valencia. HEX triplet: D1, 51 and 49. RGB value is (209,81,73). Sum of RGB (Red+Green+Blue) = 209+81+73=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15149 is #2EAEB6. Grayscale: #767676. Windows color (decimal): -3059383 or 4805073. OLE color: 4805073.

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

Color convert

RGB 209 81 73 -
CMYK 0 0.61 0.65 0.18
HSL 3.53º 0.6% 0.55% -
HSV(B) 3.53º 0.65% 0.82% -
XYZ 30.44 19.92 8.54 -
YUV 118.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 209 81 73 0 0.61 0.65 0.18 3.53 0.6 0.55
Hex D1 51 49 0 3D 41 12 4 3C 37
Octal 321 121 111 0 75 101 22 4 74 67
Binary 11010001 1010001 1001001 0 111101 1000001 10010 100 111100 110111

Color Harmonies of #D15149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15149

Black with #D15149

Text Example


Text Example

White with #D15149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15149; }

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

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

background-color css

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

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

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

border-color css

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

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

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