Html Css Color HEX #D95946 Valencia

📋 copy color: '#D95946'

red 217 ◦ green 89 ◦ blue 70

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

Shades of Valencia #D95946

Tints of Valencia #D95946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

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

R = 57.71%
G = 23.67%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95946 (or 0xD95946) is known color: Valencia. HEX triplet: D9, 59 and 46. RGB value is (217,89,70). Sum of RGB (Red+Green+Blue) = 217+89+70=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D95946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95946 is #26A6B9. Grayscale: #7D7D7D. Windows color (decimal): -2533050 or 4610521. OLE color: 4610521.

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

Color convert

RGB 217 89 70 -
CMYK 0 0.59 0.68 0.15
HSL 7.76º 0.66% 0.56% -
HSV(B) 7.76º 0.68% 0.85% -
XYZ 33.29 22.34 8.35 -
YUV 125.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 217 89 70 0 0.59 0.68 0.15 7.76 0.66 0.56
Hex D9 59 46 0 3B 44 F 8 42 38
Octal 331 131 106 0 73 104 17 10 102 70
Binary 11011001 1011001 1000110 0 111011 1000100 1111 1000 1000010 111000

Color Harmonies of #D95946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95946

Black with #D95946

Text Example


Text Example

White with #D95946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95946; }

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

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

background-color css

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

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

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

border-color css

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

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

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