Html Css Color HEX #D85349 Valencia

📋 copy color: '#D85349'

red 216 ◦ green 83 ◦ blue 73

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

Shades of Valencia #D85349

Tints of Valencia #D85349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 58.06%
G = 22.31%
B = 19.62%

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

#D85349 (or 0xD85349) is known color: Valencia. HEX triplet: D8, 53 and 49. RGB value is (216,83,73). Sum of RGB (Red+Green+Blue) = 216+83+73=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85349 is #27ACB6. Grayscale: #797979. Windows color (decimal): -2600119 or 4805592. OLE color: 4805592.

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

Color convert

RGB 216 83 73 -
CMYK 0 0.62 0.66 0.15
HSL 4.2º 0.65% 0.57% -
HSV(B) 4.2º 0.66% 0.85% -
XYZ 32.61 21.27 8.69 -
YUV 121.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 216 83 73 0 0.62 0.66 0.15 4.2 0.65 0.57
Hex D8 53 49 0 3E 42 F 4 41 39
Octal 330 123 111 0 76 102 17 4 101 71
Binary 11011000 1010011 1001001 0 111110 1000010 1111 100 1000001 111001

Color Harmonies of #D85349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85349

Black with #D85349

Text Example


Text Example

White with #D85349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85349; }

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

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

background-color css

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

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

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

border-color css

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

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

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