Html Css Color HEX #D84947 Valencia

📋 copy color: '#D84947'

red 216 ◦ green 73 ◦ blue 71

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

Shades of Valencia #D84947

Tints of Valencia #D84947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

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

R = 60%
G = 20.28%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84947 (or 0xD84947) is known color: Valencia. HEX triplet: D8, 49 and 47. RGB value is (216,73,71). Sum of RGB (Red+Green+Blue) = 216+73+71=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D84947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84947 is #27B6B8. Grayscale: #737373. Windows color (decimal): -2602681 or 4671960. OLE color: 4671960.

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

Color convert

RGB 216 73 71 -
CMYK 0 0.66 0.67 0.15
HSL 0.83º 0.65% 0.56% -
HSV(B) 0.83º 0.67% 0.85% -
XYZ 31.84 19.82 8.11 -
YUV 115.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 216 73 71 0 0.66 0.67 0.15 0.83 0.65 0.56
Hex D8 49 47 0 42 43 F 1 41 38
Octal 330 111 107 0 102 103 17 1 101 70
Binary 11011000 1001001 1000111 0 1000010 1000011 1111 1 1000001 111000

Color Harmonies of #D84947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84947

Black with #D84947

Text Example


Text Example

White with #D84947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84947; }

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

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

background-color css

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

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

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

border-color css

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

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

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