Html Css Color HEX #D85148 Valencia

📋 copy color: '#D85148'

red 216 ◦ green 81 ◦ blue 72

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

Shades of Valencia #D85148

Tints of Valencia #D85148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 58.54%
G = 21.95%
B = 19.51%

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

#D85148 (or 0xD85148) is known color: Valencia. HEX triplet: D8, 51 and 48. RGB value is (216,81,72). Sum of RGB (Red+Green+Blue) = 216+81+72=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D85148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85148 is #27AEB7. Grayscale: #787878. Windows color (decimal): -2600632 or 4739544. OLE color: 4739544.

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

Color convert

RGB 216 81 72 -
CMYK 0 0.62 0.67 0.15
HSL 3.75º 0.65% 0.56% -
HSV(B) 3.75º 0.67% 0.85% -
XYZ 32.43 20.95 8.47 -
YUV 120.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 216 81 72 0 0.62 0.67 0.15 3.75 0.65 0.56
Hex D8 51 48 0 3E 43 F 4 41 38
Octal 330 121 110 0 76 103 17 4 101 70
Binary 11011000 1010001 1001000 0 111110 1000011 1111 100 1000001 111000

Color Harmonies of #D85148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85148

Black with #D85148

Text Example


Text Example

White with #D85148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85148; }

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

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

background-color css

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

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

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

border-color css

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

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

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