Html Css Color HEX #D95949 Valencia

📋 copy color: '#D95949'

red 217 ◦ green 89 ◦ blue 73

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

Shades of Valencia #D95949

Tints of Valencia #D95949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

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

R = 57.26%
G = 23.48%
B = 19.26%

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

#D95949 (or 0xD95949) is known color: Valencia. HEX triplet: D9, 59 and 49. RGB value is (217,89,73). Sum of RGB (Red+Green+Blue) = 217+89+73=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D95949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95949 is #26A6B6. Grayscale: #7D7D7D. Windows color (decimal): -2533047 or 4807129. OLE color: 4807129.

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

Color convert

RGB 217 89 73 -
CMYK 0 0.59 0.66 0.15
HSL 6.67º 0.65% 0.57% -
HSV(B) 6.67º 0.66% 0.85% -
XYZ 33.39 22.38 8.86 -
YUV 125.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 217 89 73 0 0.59 0.66 0.15 6.67 0.65 0.57
Hex D9 59 49 0 3B 42 F 7 41 39
Octal 331 131 111 0 73 102 17 7 101 71
Binary 11011001 1011001 1001001 0 111011 1000010 1111 111 1000001 111001

Color Harmonies of #D95949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95949

Black with #D95949

Text Example


Text Example

White with #D95949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95949; }

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

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

background-color css

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

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

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

border-color css

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

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

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