Html Css Color HEX #D95849 Valencia

📋 copy color: '#D95849'

red 217 ◦ green 88 ◦ blue 73

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

Shades of Valencia #D95849

Tints of Valencia #D95849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

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

R = 57.41%
G = 23.28%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D95849 (or 0xD95849) is known color: Valencia. HEX triplet: D9, 58 and 49. RGB value is (217,88,73). Sum of RGB (Red+Green+Blue) = 217+88+73=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D95849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95849 is #26A7B6. Grayscale: #7D7D7D. Windows color (decimal): -2533303 or 4806873. OLE color: 4806873.

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

Color convert

RGB 217 88 73 -
CMYK 0 0.59 0.66 0.15
HSL 6.25º 0.65% 0.57% -
HSV(B) 6.25º 0.66% 0.85% -
XYZ 33.31 22.21 8.84 -
YUV 124.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 217 88 73 0 0.59 0.66 0.15 6.25 0.65 0.57
Hex D9 58 49 0 3B 42 F 6 41 39
Octal 331 130 111 0 73 102 17 6 101 71
Binary 11011001 1011000 1001001 0 111011 1000010 1111 110 1000001 111001

Color Harmonies of #D95849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95849

Black with #D95849

Text Example


Text Example

White with #D95849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95849; }

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

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

background-color css

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

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

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

border-color css

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

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

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