Html Css Color HEX #D84F43 Valencia

📋 copy color: '#D84F43'

red 216 ◦ green 79 ◦ blue 67

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

Shades of Valencia #D84F43

Tints of Valencia #D84F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 59.67%
G = 21.82%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84F43 (or 0xD84F43) is known color: Valencia. HEX triplet: D8, 4F and 43. RGB value is (216,79,67). Sum of RGB (Red+Green+Blue) = 216+79+67=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F43 is #27B0BC. Grayscale: #767676. Windows color (decimal): -2601149 or 4411352. OLE color: 4411352.

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

Color convert

RGB 216 79 67 -
CMYK 0 0.63 0.69 0.15
HSL 4.83º 0.66% 0.55% -
HSV(B) 4.83º 0.69% 0.85% -
XYZ 32.13 20.6 7.59 -
YUV 118.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 216 79 67 0 0.63 0.69 0.15 4.83 0.66 0.55
Hex D8 4F 43 0 3F 45 F 5 42 37
Octal 330 117 103 0 77 105 17 5 102 67
Binary 11011000 1001111 1000011 0 111111 1000101 1111 101 1000010 110111

Color Harmonies of #D84F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F43

Black with #D84F43

Text Example


Text Example

White with #D84F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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