Html Css Color HEX #D8514D Valencia

📋 copy color: '#D8514D'

red 216 ◦ green 81 ◦ blue 77

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

Shades of Valencia #D8514D

Tints of Valencia #D8514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 57.75%
G = 21.66%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8514D (or 0xD8514D) is known color: Valencia. HEX triplet: D8, 51 and 4D. RGB value is (216,81,77). Sum of RGB (Red+Green+Blue) = 216+81+77=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8514D is #27AEB2. Grayscale: #797979. Windows color (decimal): -2600627 or 5067224. OLE color: 5067224.

HSL color Cylindrical-coordinate representation of color #D8514D: hue angle of 1.73º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8514D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 77 -
CMYK 0 0.62 0.64 0.15
HSL 1.73º 0.64% 0.57% -
HSV(B) 1.73º 0.64% 0.85% -
XYZ 32.6 21.02 9.36 -
YUV 120.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 216 81 77 0 0.62 0.64 0.15 1.73 0.64 0.57
Hex D8 51 4D 0 3E 40 F 2 40 39
Octal 330 121 115 0 76 100 17 2 100 71
Binary 11011000 1010001 1001101 0 111110 1000000 1111 10 1000000 111001

Color Harmonies of #D8514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8514D

Black with #D8514D

Text Example


Text Example

White with #D8514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8514D; }

 p { color: rgb(216,81,77); }

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

background-color css

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

 a { background-color: rgb(216,81,77); }

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

border-color css

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

 span { border-color: rgb(216,81,77); }

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