Html Css Color HEX #D84C47 Valencia

📋 copy color: '#D84C47'

red 216 ◦ green 76 ◦ blue 71

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

Shades of Valencia #D84C47

Tints of Valencia #D84C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

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

R = 59.5%
G = 20.94%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84C47 (or 0xD84C47) is known color: Valencia. HEX triplet: D8, 4C and 47. RGB value is (216,76,71). Sum of RGB (Red+Green+Blue) = 216+76+71=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C47 is #27B3B8. Grayscale: #757575. Windows color (decimal): -2601913 or 4672728. OLE color: 4672728.

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

Color convert

RGB 216 76 71 -
CMYK 0 0.65 0.67 0.15
HSL 2.07º 0.65% 0.56% -
HSV(B) 2.07º 0.67% 0.85% -
XYZ 32.04 20.22 8.18 -
YUV 117.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 216 76 71 0 0.65 0.67 0.15 2.07 0.65 0.56
Hex D8 4C 47 0 41 43 F 2 41 38
Octal 330 114 107 0 101 103 17 2 101 70
Binary 11011000 1001100 1000111 0 1000001 1000011 1111 10 1000001 111000

Color Harmonies of #D84C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C47

Black with #D84C47

Text Example


Text Example

White with #D84C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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