Html Css Color HEX #D95751 Valencia

📋 copy color: '#D95751'

red 217 ◦ green 87 ◦ blue 81

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

Shades of Valencia #D95751

Tints of Valencia #D95751

RGB

 RED value IS 217 (85.16% from 255) = 56.36%

 GREEN value IS 87 (34.38% from 255) = 22.6%

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

R = 56.36%
G = 22.6%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D95751 (or 0xD95751) is known color: Valencia. HEX triplet: D9, 57 and 51. RGB value is (217,87,81). Sum of RGB (Red+Green+Blue) = 217+87+81=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D95751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95751 is #26A8AE. Grayscale: #7D7D7D. Windows color (decimal): -2533551 or 5330905. OLE color: 5330905.

HSL color Cylindrical-coordinate representation of color #D95751: hue angle of 2.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95751 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 81 -
CMYK 0 0.60 0.63 0.15
HSL 2.65º 0.64% 0.58% -
HSV(B) 2.65º 0.63% 0.85% -
XYZ 33.51 22.16 10.3 -
YUV 125.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 217 87 81 0 0.60 0.63 0.15 2.65 0.64 0.58
Hex D9 57 51 0 3C 3F F 3 40 3A
Octal 331 127 121 0 74 77 17 3 100 72
Binary 11011001 1010111 1010001 0 111100 111111 1111 11 1000000 111010

Color Harmonies of #D95751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95751

Black with #D95751

Text Example


Text Example

White with #D95751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95751; }

 p { color: rgb(217,87,81); }

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

background-color css

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

 a { background-color: rgb(217,87,81); }

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

border-color css

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

 span { border-color: rgb(217,87,81); }

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