Html Css Color HEX #D85248 Valencia

📋 copy color: '#D85248'

red 216 ◦ green 82 ◦ blue 72

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

Shades of Valencia #D85248

Tints of Valencia #D85248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

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

R = 58.38%
G = 22.16%
B = 19.46%

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

#D85248 (or 0xD85248) is known color: Valencia. HEX triplet: D8, 52 and 48. RGB value is (216,82,72). Sum of RGB (Red+Green+Blue) = 216+82+72=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85248 is #27ADB7. Grayscale: #797979. Windows color (decimal): -2600376 or 4739800. OLE color: 4739800.

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

Color convert

RGB 216 82 72 -
CMYK 0 0.62 0.67 0.15
HSL 4.17º 0.65% 0.56% -
HSV(B) 4.17º 0.67% 0.85% -
XYZ 32.51 21.1 8.49 -
YUV 120.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 216 82 72 0 0.62 0.67 0.15 4.17 0.65 0.56
Hex D8 52 48 0 3E 43 F 4 41 38
Octal 330 122 110 0 76 103 17 4 101 70
Binary 11011000 1010010 1001000 0 111110 1000011 1111 100 1000001 111000

Color Harmonies of #D85248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85248

Black with #D85248

Text Example


Text Example

White with #D85248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85248; }

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

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

background-color css

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

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

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

border-color css

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

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

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