Html Css Color HEX #D95146 Valencia

📋 copy color: '#D95146'

red 217 ◦ green 81 ◦ blue 70

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

Shades of Valencia #D95146

Tints of Valencia #D95146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

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

R = 58.97%
G = 22.01%
B = 19.02%

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

#D95146 (or 0xD95146) is known color: Valencia. HEX triplet: D9, 51 and 46. RGB value is (217,81,70). Sum of RGB (Red+Green+Blue) = 217+81+70=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D95146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95146 is #26AEB9. Grayscale: #787878. Windows color (decimal): -2535098 or 4608473. OLE color: 4608473.

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

Color convert

RGB 217 81 70 -
CMYK 0 0.63 0.68 0.15
HSL 4.49º 0.66% 0.56% -
HSV(B) 4.49º 0.68% 0.85% -
XYZ 32.66 21.08 8.14 -
YUV 120.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 217 81 70 0 0.63 0.68 0.15 4.49 0.66 0.56
Hex D9 51 46 0 3F 44 F 4 42 38
Octal 331 121 106 0 77 104 17 4 102 70
Binary 11011001 1010001 1000110 0 111111 1000100 1111 100 1000010 111000

Color Harmonies of #D95146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95146

Black with #D95146

Text Example


Text Example

White with #D95146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95146; }

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

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

background-color css

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

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

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

border-color css

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

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

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