Html Css Color HEX #D95549 Valencia

📋 copy color: '#D95549'

red 217 ◦ green 85 ◦ blue 73

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

Shades of Valencia #D95549

Tints of Valencia #D95549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 57.87%
G = 22.67%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D95549 (or 0xD95549) is known color: Valencia. HEX triplet: D9, 55 and 49. RGB value is (217,85,73). Sum of RGB (Red+Green+Blue) = 217+85+73=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D95549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95549 is #26AAB6. Grayscale: #7B7B7B. Windows color (decimal): -2534071 or 4806105. OLE color: 4806105.

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

Color convert

RGB 217 85 73 -
CMYK 0 0.61 0.66 0.15
HSL 0.65% 0.57% -
HSV(B) 0.66% 0.85% -
XYZ 33.07 21.73 8.75 -
YUV 123.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 217 85 73 0 0.61 0.66 0.15 5 0.65 0.57
Hex D9 55 49 0 3D 42 F 5 41 39
Octal 331 125 111 0 75 102 17 5 101 71
Binary 11011001 1010101 1001001 0 111101 1000010 1111 101 1000001 111001

Color Harmonies of #D95549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95549

Black with #D95549

Text Example


Text Example

White with #D95549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95549; }

 p { color: rgb(217,85,73); }

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

background-color css

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

 a { background-color: rgb(217,85,73); }

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

border-color css

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

 span { border-color: rgb(217,85,73); }

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