Html Css Color HEX #D95247 Valencia

📋 copy color: '#D95247'

red 217 ◦ green 82 ◦ blue 71

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

Shades of Valencia #D95247

Tints of Valencia #D95247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

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

R = 58.65%
G = 22.16%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95247 (or 0xD95247) is known color: Valencia. HEX triplet: D9, 52 and 47. RGB value is (217,82,71). Sum of RGB (Red+Green+Blue) = 217+82+71=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95247 is #26ADB8. Grayscale: #797979. Windows color (decimal): -2534841 or 4674265. OLE color: 4674265.

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

Color convert

RGB 217 82 71 -
CMYK 0 0.62 0.67 0.15
HSL 4.52º 0.66% 0.56% -
HSV(B) 4.52º 0.67% 0.85% -
XYZ 32.77 21.24 8.33 -
YUV 121.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 217 82 71 0 0.62 0.67 0.15 4.52 0.66 0.56
Hex D9 52 47 0 3E 43 F 5 42 38
Octal 331 122 107 0 76 103 17 5 102 70
Binary 11011001 1010010 1000111 0 111110 1000011 1111 101 1000010 111000

Color Harmonies of #D95247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95247

Black with #D95247

Text Example


Text Example

White with #D95247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95247; }

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

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

background-color css

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

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

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

border-color css

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

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

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