Html Css Color HEX #D85242 Valencia

📋 copy color: '#D85242'

red 216 ◦ green 82 ◦ blue 66

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

Shades of Valencia #D85242

Tints of Valencia #D85242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 59.34%
G = 22.53%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85242 (or 0xD85242) is known color: Valencia. HEX triplet: D8, 52 and 42. RGB value is (216,82,66). Sum of RGB (Red+Green+Blue) = 216+82+66=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D85242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85242 is #27ADBD. Grayscale: #787878. Windows color (decimal): -2600382 or 4346584. OLE color: 4346584.

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

Color convert

RGB 216 82 66 -
CMYK 0 0.62 0.69 0.15
HSL 6.4º 0.66% 0.55% -
HSV(B) 6.4º 0.69% 0.85% -
XYZ 32.32 21.03 7.51 -
YUV 120.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 216 82 66 0 0.62 0.69 0.15 6.4 0.66 0.55
Hex D8 52 42 0 3E 45 F 6 42 37
Octal 330 122 102 0 76 105 17 6 102 67
Binary 11011000 1010010 1000010 0 111110 1000101 1111 110 1000010 110111

Color Harmonies of #D85242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85242

Black with #D85242

Text Example


Text Example

White with #D85242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85242; }

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

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

background-color css

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

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

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

border-color css

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

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

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