Html Css Color HEX #D84F47 Valencia

📋 copy color: '#D84F47'

red 216 ◦ green 79 ◦ blue 71

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

Shades of Valencia #D84F47

Tints of Valencia #D84F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.58%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 59.02%
G = 21.58%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84F47 (or 0xD84F47) is known color: Valencia. HEX triplet: D8, 4F and 47. RGB value is (216,79,71). Sum of RGB (Red+Green+Blue) = 216+79+71=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F47 is #27B0B8. Grayscale: #777777. Windows color (decimal): -2601145 or 4673496. OLE color: 4673496.

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

Color convert

RGB 216 79 71 -
CMYK 0 0.63 0.67 0.15
HSL 3.31º 0.65% 0.56% -
HSV(B) 3.31º 0.67% 0.85% -
XYZ 32.25 20.65 8.25 -
YUV 119.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 216 79 71 0 0.63 0.67 0.15 3.31 0.65 0.56
Hex D8 4F 47 0 3F 43 F 3 41 38
Octal 330 117 107 0 77 103 17 3 101 70
Binary 11011000 1001111 1000111 0 111111 1000011 1111 11 1000001 111000

Color Harmonies of #D84F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F47

Black with #D84F47

Text Example


Text Example

White with #D84F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F47; }

 p { color: rgb(216,79,71); }

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

background-color css

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

 a { background-color: rgb(216,79,71); }

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

border-color css

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

 span { border-color: rgb(216,79,71); }

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