Html Css Color HEX #D8514A Valencia

📋 copy color: '#D8514A'

red 216 ◦ green 81 ◦ blue 74

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

Shades of Valencia #D8514A

Tints of Valencia #D8514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 58.22%
G = 21.83%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8514A (or 0xD8514A) is known color: Valencia. HEX triplet: D8, 51 and 4A. RGB value is (216,81,74). Sum of RGB (Red+Green+Blue) = 216+81+74=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8514A is #27AEB5. Grayscale: #787878. Windows color (decimal): -2600630 or 4870616. OLE color: 4870616.

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

Color convert

RGB 216 81 74 -
CMYK 0 0.62 0.66 0.15
HSL 2.96º 0.65% 0.57% -
HSV(B) 2.96º 0.66% 0.85% -
XYZ 32.5 20.98 8.81 -
YUV 120.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 216 81 74 0 0.62 0.66 0.15 2.96 0.65 0.57
Hex D8 51 4A 0 3E 42 F 3 41 39
Octal 330 121 112 0 76 102 17 3 101 71
Binary 11011000 1010001 1001010 0 111110 1000010 1111 11 1000001 111001

Color Harmonies of #D8514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8514A

Black with #D8514A

Text Example


Text Example

White with #D8514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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