Html Css Color HEX #D95246 Valencia

📋 copy color: '#D95246'

red 217 ◦ green 82 ◦ blue 70

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

Shades of Valencia #D95246

Tints of Valencia #D95246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

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

R = 58.81%
G = 22.22%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95246 (or 0xD95246) is known color: Valencia. HEX triplet: D9, 52 and 46. RGB value is (217,82,70). Sum of RGB (Red+Green+Blue) = 217+82+70=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D95246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95246 is #26ADB9. Grayscale: #797979. Windows color (decimal): -2534842 or 4608729. OLE color: 4608729.

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

Color convert

RGB 217 82 70 -
CMYK 0 0.62 0.68 0.15
HSL 4.9º 0.66% 0.56% -
HSV(B) 4.9º 0.68% 0.85% -
XYZ 32.74 21.23 8.17 -
YUV 121 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 217 82 70 0 0.62 0.68 0.15 4.9 0.66 0.56
Hex D9 52 46 0 3E 44 F 5 42 38
Octal 331 122 106 0 76 104 17 5 102 70
Binary 11011001 1010010 1000110 0 111110 1000100 1111 101 1000010 111000

Color Harmonies of #D95246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95246

Black with #D95246

Text Example


Text Example

White with #D95246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95246; }

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

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

background-color css

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

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

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

border-color css

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

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

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