Html Css Color HEX #D84F46 Valencia

📋 copy color: '#D84F46'

red 216 ◦ green 79 ◦ blue 70

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

Shades of Valencia #D84F46

Tints of Valencia #D84F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 59.18%
G = 21.64%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D84F46 (or 0xD84F46) is known color: Valencia. HEX triplet: D8, 4F and 46. RGB value is (216,79,70). Sum of RGB (Red+Green+Blue) = 216+79+70=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F46 is #27B0B9. Grayscale: #777777. Windows color (decimal): -2601146 or 4607960. OLE color: 4607960.

HSL color Cylindrical-coordinate representation of color #D84F46: hue angle of 3.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84F46 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 70 -
CMYK 0 0.63 0.68 0.15
HSL 3.7º 0.65% 0.56% -
HSV(B) 3.7º 0.68% 0.85% -
XYZ 32.22 20.63 8.08 -
YUV 118.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 216 79 70 0 0.63 0.68 0.15 3.7 0.65 0.56
Hex D8 4F 46 0 3F 44 F 4 41 38
Octal 330 117 106 0 77 104 17 4 101 70
Binary 11011000 1001111 1000110 0 111111 1000100 1111 100 1000001 111000

Color Harmonies of #D84F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F46

Black with #D84F46

Text Example


Text Example

White with #D84F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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