Html Css Color HEX #D5514E Valencia

📋 copy color: '#D5514E'

red 213 ◦ green 81 ◦ blue 78

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

Shades of Valencia #D5514E

Tints of Valencia #D5514E

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

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

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 57.26%
G = 21.77%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5514E (or 0xD5514E) is known color: Valencia. HEX triplet: D5, 51 and 4E. RGB value is (213,81,78). Sum of RGB (Red+Green+Blue) = 213+81+78=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5514E is #2AAEB1. Grayscale: #787878. Windows color (decimal): -2797234 or 5132757. OLE color: 5132757.

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

Color convert

RGB 213 81 78 -
CMYK 0 0.62 0.63 0.16
HSL 1.33º 0.62% 0.57% -
HSV(B) 1.33º 0.63% 0.84% -
XYZ 31.76 20.58 9.51 -
YUV 120.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 213 81 78 0 0.62 0.63 0.16 1.33 0.62 0.57
Hex D5 51 4E 0 3E 3F 10 1 3E 39
Octal 325 121 116 0 76 77 20 1 76 71
Binary 11010101 1010001 1001110 0 111110 111111 10000 1 111110 111001

Color Harmonies of #D5514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5514E

Black with #D5514E

Text Example


Text Example

White with #D5514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5514E; }

 p { color: rgb(213,81,78); }

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

background-color css

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

 a { background-color: rgb(213,81,78); }

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

border-color css

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

 span { border-color: rgb(213,81,78); }

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