Html Css Color HEX #D85149 Valencia

📋 copy color: '#D85149'

red 216 ◦ green 81 ◦ blue 73

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

Shades of Valencia #D85149

Tints of Valencia #D85149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 58.38%
G = 21.89%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85149 (or 0xD85149) is known color: Valencia. HEX triplet: D8, 51 and 49. RGB value is (216,81,73). Sum of RGB (Red+Green+Blue) = 216+81+73=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85149 is #27AEB6. Grayscale: #787878. Windows color (decimal): -2600631 or 4805080. OLE color: 4805080.

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

Color convert

RGB 216 81 73 -
CMYK 0 0.62 0.66 0.15
HSL 3.36º 0.65% 0.57% -
HSV(B) 3.36º 0.66% 0.85% -
XYZ 32.46 20.96 8.64 -
YUV 120.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 216 81 73 0 0.62 0.66 0.15 3.36 0.65 0.57
Hex D8 51 49 0 3E 42 F 3 41 39
Octal 330 121 111 0 76 102 17 3 101 71
Binary 11011000 1010001 1001001 0 111110 1000010 1111 11 1000001 111001

Color Harmonies of #D85149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85149

Black with #D85149

Text Example


Text Example

White with #D85149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85149; }

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

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

background-color css

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

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

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

border-color css

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

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

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