Html Css Color HEX #D95149 Valencia

📋 copy color: '#D95149'

red 217 ◦ green 81 ◦ blue 73

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

Shades of Valencia #D95149

Tints of Valencia #D95149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

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

R = 58.49%
G = 21.83%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D95149 (or 0xD95149) is known color: Valencia. HEX triplet: D9, 51 and 49. RGB value is (217,81,73). Sum of RGB (Red+Green+Blue) = 217+81+73=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D95149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95149 is #26AEB6. Grayscale: #787878. Windows color (decimal): -2535095 or 4805081. OLE color: 4805081.

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

Color convert

RGB 217 81 73 -
CMYK 0 0.63 0.66 0.15
HSL 3.33º 0.65% 0.57% -
HSV(B) 3.33º 0.66% 0.85% -
XYZ 32.76 21.12 8.65 -
YUV 120.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 217 81 73 0 0.63 0.66 0.15 3.33 0.65 0.57
Hex D9 51 49 0 3F 42 F 3 41 39
Octal 331 121 111 0 77 102 17 3 101 71
Binary 11011001 1010001 1001001 0 111111 1000010 1111 11 1000001 111001

Color Harmonies of #D95149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95149

Black with #D95149

Text Example


Text Example

White with #D95149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95149; }

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

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

background-color css

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

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

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

border-color css

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

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

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