Html Css Color HEX #D95047 Valencia

📋 copy color: '#D95047'

red 217 ◦ green 80 ◦ blue 71

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

Shades of Valencia #D95047

Tints of Valencia #D95047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 58.97%
G = 21.74%
B = 19.29%

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

#D95047 (or 0xD95047) is known color: Valencia. HEX triplet: D9, 50 and 47. RGB value is (217,80,71). Sum of RGB (Red+Green+Blue) = 217+80+71=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D95047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95047 is #26AFB8. Grayscale: #787878. Windows color (decimal): -2535353 or 4673753. OLE color: 4673753.

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

Color convert

RGB 217 80 71 -
CMYK 0 0.63 0.67 0.15
HSL 3.7º 0.66% 0.56% -
HSV(B) 3.7º 0.67% 0.85% -
XYZ 32.62 20.94 8.28 -
YUV 119.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 217 80 71 0 0.63 0.67 0.15 3.7 0.66 0.56
Hex D9 50 47 0 3F 43 F 4 42 38
Octal 331 120 107 0 77 103 17 4 102 70
Binary 11011001 1010000 1000111 0 111111 1000011 1111 100 1000010 111000

Color Harmonies of #D95047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95047

Black with #D95047

Text Example


Text Example

White with #D95047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95047; }

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

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

background-color css

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

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

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

border-color css

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

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

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