Html Css Color HEX #D95951 Valencia

📋 copy color: '#D95951'

red 217 ◦ green 89 ◦ blue 81

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

Shades of Valencia #D95951

Tints of Valencia #D95951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 56.07%
G = 23%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D95951 (or 0xD95951) is known color: Valencia. HEX triplet: D9, 59 and 51. RGB value is (217,89,81). Sum of RGB (Red+Green+Blue) = 217+89+81=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D95951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95951 is #26A6AE. Grayscale: #7E7E7E. Windows color (decimal): -2533039 or 5331417. OLE color: 5331417.

HSL color Cylindrical-coordinate representation of color #D95951: hue angle of 3.53º 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 #D95951 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 81 -
CMYK 0 0.59 0.63 0.15
HSL 3.53º 0.64% 0.58% -
HSV(B) 3.53º 0.63% 0.85% -
XYZ 33.67 22.49 10.35 -
YUV 126.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 217 89 81 0 0.59 0.63 0.15 3.53 0.64 0.58
Hex D9 59 51 0 3B 3F F 4 40 3A
Octal 331 131 121 0 73 77 17 4 100 72
Binary 11011001 1011001 1010001 0 111011 111111 1111 100 1000000 111010

Color Harmonies of #D95951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95951

Black with #D95951

Text Example


Text Example

White with #D95951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95951; }

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

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

background-color css

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

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

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

border-color css

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

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

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