Html Css Color HEX #D85348 Valencia

📋 copy color: '#D85348'

red 216 ◦ green 83 ◦ blue 72

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

Shades of Valencia #D85348

Tints of Valencia #D85348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 58.22%
G = 22.37%
B = 19.41%

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

#D85348 (or 0xD85348) is known color: Valencia. HEX triplet: D8, 53 and 48. RGB value is (216,83,72). Sum of RGB (Red+Green+Blue) = 216+83+72=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D85348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85348 is #27ACB7. Grayscale: #797979. Windows color (decimal): -2600120 or 4740056. OLE color: 4740056.

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

Color convert

RGB 216 83 72 -
CMYK 0 0.62 0.67 0.15
HSL 4.58º 0.65% 0.56% -
HSV(B) 4.58º 0.67% 0.85% -
XYZ 32.58 21.25 8.52 -
YUV 121.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 216 83 72 0 0.62 0.67 0.15 4.58 0.65 0.56
Hex D8 53 48 0 3E 43 F 5 41 38
Octal 330 123 110 0 76 103 17 5 101 70
Binary 11011000 1010011 1001000 0 111110 1000011 1111 101 1000001 111000

Color Harmonies of #D85348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85348

Black with #D85348

Text Example


Text Example

White with #D85348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85348; }

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

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

background-color css

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

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

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

border-color css

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

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

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