Html Css Color HEX #D95046 Valencia

📋 copy color: '#D95046'

red 217 ◦ green 80 ◦ blue 70

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

Shades of Valencia #D95046

Tints of Valencia #D95046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 59.13%
G = 21.8%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95046 (or 0xD95046) is known color: Valencia. HEX triplet: D9, 50 and 46. RGB value is (217,80,70). Sum of RGB (Red+Green+Blue) = 217+80+70=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D95046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95046 is #26AFB9. Grayscale: #777777. Windows color (decimal): -2535354 or 4608217. OLE color: 4608217.

HSL color Cylindrical-coordinate representation of color #D95046: hue angle of 4.08º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D95046 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 70 -
CMYK 0 0.63 0.68 0.15
HSL 4.08º 0.66% 0.56% -
HSV(B) 4.08º 0.68% 0.85% -
XYZ 32.59 20.93 8.12 -
YUV 119.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 217 80 70 0 0.63 0.68 0.15 4.08 0.66 0.56
Hex D9 50 46 0 3F 44 F 4 42 38
Octal 331 120 106 0 77 104 17 4 102 70
Binary 11011001 1010000 1000110 0 111111 1000100 1111 100 1000010 111000

Color Harmonies of #D95046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95046

Black with #D95046

Text Example


Text Example

White with #D95046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95046; }

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

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

background-color css

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

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

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

border-color css

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

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

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