Html Css Color HEX #D85247 Valencia

📋 copy color: '#D85247'

red 216 ◦ green 82 ◦ blue 71

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

Shades of Valencia #D85247

Tints of Valencia #D85247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 58.54%
G = 22.22%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85247 (or 0xD85247) is known color: Valencia. HEX triplet: D8, 52 and 47. RGB value is (216,82,71). Sum of RGB (Red+Green+Blue) = 216+82+71=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D85247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85247 is #27ADB8. Grayscale: #787878. Windows color (decimal): -2600377 or 4674264. OLE color: 4674264.

HSL color Cylindrical-coordinate representation of color #D85247: hue angle of 4.55º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D85247 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 71 -
CMYK 0 0.62 0.67 0.15
HSL 4.55º 0.65% 0.56% -
HSV(B) 4.55º 0.67% 0.85% -
XYZ 32.47 21.09 8.32 -
YUV 120.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 216 82 71 0 0.62 0.67 0.15 4.55 0.65 0.56
Hex D8 52 47 0 3E 43 F 5 41 38
Octal 330 122 107 0 76 103 17 5 101 70
Binary 11011000 1010010 1000111 0 111110 1000011 1111 101 1000001 111000

Color Harmonies of #D85247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85247

Black with #D85247

Text Example


Text Example

White with #D85247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85247; }

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

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

background-color css

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

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

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

border-color css

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

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

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