Html Css Color HEX #D95747 Valencia

📋 copy color: '#D95747'

red 217 ◦ green 87 ◦ blue 71

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

Shades of Valencia #D95747

Tints of Valencia #D95747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 57.87%
G = 23.2%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95747 (or 0xD95747) is known color: Valencia. HEX triplet: D9, 57 and 47. RGB value is (217,87,71). Sum of RGB (Red+Green+Blue) = 217+87+71=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D95747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95747 is #26A8B8. Grayscale: #7C7C7C. Windows color (decimal): -2533561 or 4675545. OLE color: 4675545.

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

Color convert

RGB 217 87 71 -
CMYK 0 0.60 0.67 0.15
HSL 6.58º 0.66% 0.56% -
HSV(B) 6.58º 0.67% 0.85% -
XYZ 33.16 22.02 8.46 -
YUV 124.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 217 87 71 0 0.60 0.67 0.15 6.58 0.66 0.56
Hex D9 57 47 0 3C 43 F 7 42 38
Octal 331 127 107 0 74 103 17 7 102 70
Binary 11011001 1010111 1000111 0 111100 1000011 1111 111 1000010 111000

Color Harmonies of #D95747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95747

Black with #D95747

Text Example


Text Example

White with #D95747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95747; }

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

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

background-color css

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

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

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

border-color css

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

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

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