Html Css Color HEX #D85142 Valencia

📋 copy color: '#D85142'

red 216 ◦ green 81 ◦ blue 66

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

Shades of Valencia #D85142

Tints of Valencia #D85142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

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

R = 59.5%
G = 22.31%
B = 18.18%

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

#D85142 (or 0xD85142) is known color: Valencia. HEX triplet: D8, 51 and 42. RGB value is (216,81,66). Sum of RGB (Red+Green+Blue) = 216+81+66=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85142 is #27AEBD. Grayscale: #777777. Windows color (decimal): -2600638 or 4346328. OLE color: 4346328.

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

Color convert

RGB 216 81 66 -
CMYK 0 0.62 0.69 0.15
HSL 0.66% 0.55% -
HSV(B) 0.69% 0.85% -
XYZ 32.24 20.88 7.48 -
YUV 119.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 216 81 66 0 0.62 0.69 0.15 6 0.66 0.55
Hex D8 51 42 0 3E 45 F 6 42 37
Octal 330 121 102 0 76 105 17 6 102 67
Binary 11011000 1010001 1000010 0 111110 1000101 1111 110 1000010 110111

Color Harmonies of #D85142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85142

Black with #D85142

Text Example


Text Example

White with #D85142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85142; }

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

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

background-color css

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

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

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

border-color css

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

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

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