Html Css Color HEX #D85448 Valencia

📋 copy color: '#D85448'

red 216 ◦ green 84 ◦ blue 72

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

Shades of Valencia #D85448

Tints of Valencia #D85448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 58.06%
G = 22.58%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85448 (or 0xD85448) is known color: Valencia. HEX triplet: D8, 54 and 48. RGB value is (216,84,72). Sum of RGB (Red+Green+Blue) = 216+84+72=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85448 is #27ABB7. Grayscale: #7A7A7A. Windows color (decimal): -2599864 or 4740312. OLE color: 4740312.

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

Color convert

RGB 216 84 72 -
CMYK 0 0.61 0.67 0.15
HSL 0.65% 0.56% -
HSV(B) 0.67% 0.85% -
XYZ 32.66 21.41 8.54 -
YUV 122.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 216 84 72 0 0.61 0.67 0.15 5 0.65 0.56
Hex D8 54 48 0 3D 43 F 5 41 38
Octal 330 124 110 0 75 103 17 5 101 70
Binary 11011000 1010100 1001000 0 111101 1000011 1111 101 1000001 111000

Color Harmonies of #D85448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85448

Black with #D85448

Text Example


Text Example

White with #D85448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85448; }

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

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

background-color css

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

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

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

border-color css

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

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

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