Html Css Color HEX #D95147 Valencia

📋 copy color: '#D95147'

red 217 ◦ green 81 ◦ blue 71

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

Shades of Valencia #D95147

Tints of Valencia #D95147

RGB

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

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

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

R = 58.81%
G = 21.95%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95147 (or 0xD95147) is known color: Valencia. HEX triplet: D9, 51 and 47. RGB value is (217,81,71). Sum of RGB (Red+Green+Blue) = 217+81+71=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D95147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95147 is #26AEB8. Grayscale: #787878. Windows color (decimal): -2535097 or 4674009. OLE color: 4674009.

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

Color convert

RGB 217 81 71 -
CMYK 0 0.63 0.67 0.15
HSL 4.11º 0.66% 0.56% -
HSV(B) 4.11º 0.67% 0.85% -
XYZ 32.7 21.09 8.31 -
YUV 120.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 217 81 71 0 0.63 0.67 0.15 4.11 0.66 0.56
Hex D9 51 47 0 3F 43 F 4 42 38
Octal 331 121 107 0 77 103 17 4 102 70
Binary 11011001 1010001 1000111 0 111111 1000011 1111 100 1000010 111000

Color Harmonies of #D95147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95147

Black with #D95147

Text Example


Text Example

White with #D95147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95147; }

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

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

background-color css

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

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

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

border-color css

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

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

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