Html Css Color HEX #D95446 Valencia

📋 copy color: '#D95446'

red 217 ◦ green 84 ◦ blue 70

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

Shades of Valencia #D95446

Tints of Valencia #D95446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 58.49%
G = 22.64%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95446 (or 0xD95446) is known color: Valencia. HEX triplet: D9, 54 and 46. RGB value is (217,84,70). Sum of RGB (Red+Green+Blue) = 217+84+70=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D95446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95446 is #26ABB9. Grayscale: #7A7A7A. Windows color (decimal): -2534330 or 4609241. OLE color: 4609241.

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

Color convert

RGB 217 84 70 -
CMYK 0 0.61 0.68 0.15
HSL 5.71º 0.66% 0.56% -
HSV(B) 5.71º 0.68% 0.85% -
XYZ 32.89 21.53 8.22 -
YUV 122.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 217 84 70 0 0.61 0.68 0.15 5.71 0.66 0.56
Hex D9 54 46 0 3D 44 F 6 42 38
Octal 331 124 106 0 75 104 17 6 102 70
Binary 11011001 1010100 1000110 0 111101 1000100 1111 110 1000010 111000

Color Harmonies of #D95446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95446

Black with #D95446

Text Example


Text Example

White with #D95446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95446; }

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

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

background-color css

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

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

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

border-color css

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

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

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