Html Css Color HEX #D95C50 Valencia

📋 copy color: '#D95C50'

red 217 ◦ green 92 ◦ blue 80

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

Shades of Valencia #D95C50

Tints of Valencia #D95C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

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

R = 55.78%
G = 23.65%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D95C50 (or 0xD95C50) is known color: Valencia. HEX triplet: D9, 5C and 50. RGB value is (217,92,80). Sum of RGB (Red+Green+Blue) = 217+92+80=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C50 is #26A3AF. Grayscale: #808080. Windows color (decimal): -2532272 or 5266649. OLE color: 5266649.

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

Color convert

RGB 217 92 80 -
CMYK 0 0.58 0.63 0.15
HSL 5.26º 0.64% 0.58% -
HSV(B) 5.26º 0.63% 0.85% -
XYZ 33.89 22.99 10.24 -
YUV 128.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 217 92 80 0 0.58 0.63 0.15 5.26 0.64 0.58
Hex D9 5C 50 0 3A 3F F 5 40 3A
Octal 331 134 120 0 72 77 17 5 100 72
Binary 11011001 1011100 1010000 0 111010 111111 1111 101 1000000 111010

Color Harmonies of #D95C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C50

Black with #D95C50

Text Example


Text Example

White with #D95C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C50; }

 p { color: rgb(217,92,80); }

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

background-color css

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

 a { background-color: rgb(217,92,80); }

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

border-color css

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

 span { border-color: rgb(217,92,80); }

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