Html Css Color HEX #D85848 Valencia

📋 copy color: '#D85848'

red 216 ◦ green 88 ◦ blue 72

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

Shades of Valencia #D85848

Tints of Valencia #D85848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 57.45%
G = 23.4%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85848 (or 0xD85848) is known color: Valencia. HEX triplet: D8, 58 and 48. RGB value is (216,88,72). Sum of RGB (Red+Green+Blue) = 216+88+72=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85848 is #27A7B7. Grayscale: #7C7C7C. Windows color (decimal): -2598840 or 4741336. OLE color: 4741336.

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

Color convert

RGB 216 88 72 -
CMYK 0 0.59 0.67 0.15
HSL 6.67º 0.65% 0.56% -
HSV(B) 6.67º 0.67% 0.85% -
XYZ 32.98 22.05 8.65 -
YUV 124.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 216 88 72 0 0.59 0.67 0.15 6.67 0.65 0.56
Hex D8 58 48 0 3B 43 F 7 41 38
Octal 330 130 110 0 73 103 17 7 101 70
Binary 11011000 1011000 1001000 0 111011 1000011 1111 111 1000001 111000

Color Harmonies of #D85848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85848

Black with #D85848

Text Example


Text Example

White with #D85848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85848; }

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

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

background-color css

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

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

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

border-color css

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

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

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