Html Css Color HEX #D95D4F Valencia

📋 copy color: '#D95D4F'

red 217 ◦ green 93 ◦ blue 79

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

Shades of Valencia #D95D4F

Tints of Valencia #D95D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 55.78%
G = 23.91%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D95D4F (or 0xD95D4F) is known color: Valencia. HEX triplet: D9, 5D and 4F. RGB value is (217,93,79). Sum of RGB (Red+Green+Blue) = 217+93+79=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D4F is #26A2B0. Grayscale: #808080. Windows color (decimal): -2532017 or 5201369. OLE color: 5201369.

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

Color convert

RGB 217 93 79 -
CMYK 0 0.57 0.64 0.15
HSL 6.09º 0.64% 0.58% -
HSV(B) 6.09º 0.64% 0.85% -
XYZ 33.94 23.14 10.08 -
YUV 128.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 217 93 79 0 0.57 0.64 0.15 6.09 0.64 0.58
Hex D9 5D 4F 0 39 40 F 6 40 3A
Octal 331 135 117 0 71 100 17 6 100 72
Binary 11011001 1011101 1001111 0 111001 1000000 1111 110 1000000 111010

Color Harmonies of #D95D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D4F

Black with #D95D4F

Text Example


Text Example

White with #D95D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D4F; }

 p { color: rgb(217,93,79); }

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

background-color css

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

 a { background-color: rgb(217,93,79); }

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

border-color css

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

 span { border-color: rgb(217,93,79); }

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