Html Css Color HEX #D85347 Valencia

📋 copy color: '#D85347'

red 216 ◦ green 83 ◦ blue 71

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

Shades of Valencia #D85347

Tints of Valencia #D85347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 58.38%
G = 22.43%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85347 (or 0xD85347) is known color: Valencia. HEX triplet: D8, 53 and 47. RGB value is (216,83,71). Sum of RGB (Red+Green+Blue) = 216+83+71=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85347 is #27ACB8. Grayscale: #797979. Windows color (decimal): -2600121 or 4674520. OLE color: 4674520.

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

Color convert

RGB 216 83 71 -
CMYK 0 0.62 0.67 0.15
HSL 4.97º 0.65% 0.56% -
HSV(B) 4.97º 0.67% 0.85% -
XYZ 32.55 21.24 8.35 -
YUV 121.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 216 83 71 0 0.62 0.67 0.15 4.97 0.65 0.56
Hex D8 53 47 0 3E 43 F 5 41 38
Octal 330 123 107 0 76 103 17 5 101 70
Binary 11011000 1010011 1000111 0 111110 1000011 1111 101 1000001 111000

Color Harmonies of #D85347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85347

Black with #D85347

Text Example


Text Example

White with #D85347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85347; }

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

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

background-color css

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

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

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

border-color css

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

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

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