Html Css Color HEX #D85241 Valencia

📋 copy color: '#D85241'

red 216 ◦ green 82 ◦ blue 65

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

Shades of Valencia #D85241

Tints of Valencia #D85241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 59.5%
G = 22.59%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85241 (or 0xD85241) is known color: Valencia. HEX triplet: D8, 52 and 41. RGB value is (216,82,65). Sum of RGB (Red+Green+Blue) = 216+82+65=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85241 is #27ADBE. Grayscale: #787878. Windows color (decimal): -2600383 or 4281048. OLE color: 4281048.

HSL color Cylindrical-coordinate representation of color #D85241: hue angle of 6.75º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85241 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 65 -
CMYK 0 0.62 0.70 0.15
HSL 6.75º 0.66% 0.55% -
HSV(B) 6.75º 0.7% 0.85% -
XYZ 32.29 21.02 7.36 -
YUV 120.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 216 82 65 0 0.62 0.70 0.15 6.75 0.66 0.55
Hex D8 52 41 0 3E 46 F 7 42 37
Octal 330 122 101 0 76 106 17 7 102 67
Binary 11011000 1010010 1000001 0 111110 1000110 1111 111 1000010 110111

Color Harmonies of #D85241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85241

Black with #D85241

Text Example


Text Example

White with #D85241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85241; }

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

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

background-color css

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

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

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

border-color css

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

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

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