Html Css Color HEX #D85246 Valencia

📋 copy color: '#D85246'

red 216 ◦ green 82 ◦ blue 70

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

Shades of Valencia #D85246

Tints of Valencia #D85246

RGB

 RED value IS 216 (84.77% from 255) = 58.7%

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

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

R = 58.7%
G = 22.28%
B = 19.02%

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

#D85246 (or 0xD85246) is known color: Valencia. HEX triplet: D8, 52 and 46. RGB value is (216,82,70). Sum of RGB (Red+Green+Blue) = 216+82+70=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85246 is #27ADB9. Grayscale: #787878. Windows color (decimal): -2600378 or 4608728. OLE color: 4608728.

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

Color convert

RGB 216 82 70 -
CMYK 0 0.62 0.68 0.15
HSL 4.93º 0.65% 0.56% -
HSV(B) 4.93º 0.68% 0.85% -
XYZ 32.44 21.08 8.15 -
YUV 120.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 216 82 70 0 0.62 0.68 0.15 4.93 0.65 0.56
Hex D8 52 46 0 3E 44 F 5 41 38
Octal 330 122 106 0 76 104 17 5 101 70
Binary 11011000 1010010 1000110 0 111110 1000100 1111 101 1000001 111000

Color Harmonies of #D85246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85246

Black with #D85246

Text Example


Text Example

White with #D85246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85246; }

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

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

background-color css

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

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

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

border-color css

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

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

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