Html Css Color HEX #D95C4F Valencia

📋 copy color: '#D95C4F'

red 217 ◦ green 92 ◦ blue 79

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

Shades of Valencia #D95C4F

Tints of Valencia #D95C4F

RGB

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

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

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

R = 55.93%
G = 23.71%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D95C4F (or 0xD95C4F) is known color: Valencia. HEX triplet: D9, 5C and 4F. RGB value is (217,92,79). Sum of RGB (Red+Green+Blue) = 217+92+79=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C4F is #26A3B0. Grayscale: #808080. Windows color (decimal): -2532273 or 5201113. OLE color: 5201113.

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

Color convert

RGB 217 92 79 -
CMYK 0 0.58 0.64 0.15
HSL 5.65º 0.64% 0.58% -
HSV(B) 5.65º 0.64% 0.85% -
XYZ 33.85 22.97 10.05 -
YUV 127.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 217 92 79 0 0.58 0.64 0.15 5.65 0.64 0.58
Hex D9 5C 4F 0 3A 40 F 6 40 3A
Octal 331 134 117 0 72 100 17 6 100 72
Binary 11011001 1011100 1001111 0 111010 1000000 1111 110 1000000 111010

Color Harmonies of #D95C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C4F

Black with #D95C4F

Text Example


Text Example

White with #D95C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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