Html Css Color HEX #D16051 Valencia

📋 copy color: '#D16051'

red 209 ◦ green 96 ◦ blue 81

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

Shades of Valencia #D16051

Tints of Valencia #D16051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 81 (32.03% from 255) = 20.98%

R = 54.15%
G = 24.87%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D16051 (or 0xD16051) is known color: Valencia. HEX triplet: D1, 60 and 51. RGB value is (209,96,81). Sum of RGB (Red+Green+Blue) = 209+96+81=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D16051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16051 is #2E9FAE. Grayscale: #808080. Windows color (decimal): -3055535 or 5333201. OLE color: 5333201.

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

Color convert

RGB 209 96 81 -
CMYK 0 0.54 0.61 0.18
HSL 7.03º 0.58% 0.57% -
HSV(B) 7.03º 0.61% 0.82% -
XYZ 31.96 22.52 10.45 -
YUV 128.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 209 96 81 0 0.54 0.61 0.18 7.03 0.58 0.57
Hex D1 60 51 0 36 3D 12 7 3A 39
Octal 321 140 121 0 66 75 22 7 72 71
Binary 11010001 1100000 1010001 0 110110 111101 10010 111 111010 111001

Color Harmonies of #D16051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16051

Black with #D16051

Text Example


Text Example

White with #D16051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16051; }

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

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

background-color css

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

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

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

border-color css

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

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

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