Html Css Color HEX #D5514F Valencia

📋 copy color: '#D5514F'

red 213 ◦ green 81 ◦ blue 79

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

Shades of Valencia #D5514F

Tints of Valencia #D5514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 57.1%
G = 21.72%
B = 21.18%

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

#D5514F (or 0xD5514F) is known color: Valencia. HEX triplet: D5, 51 and 4F. RGB value is (213,81,79). Sum of RGB (Red+Green+Blue) = 213+81+79=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5514F is #2AAEB0. Grayscale: #787878. Windows color (decimal): -2797233 or 5198293. OLE color: 5198293.

HSL color Cylindrical-coordinate representation of color #D5514F: hue angle of 0.9º degrees, saturation: 0.61, 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 #D5514F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 79 -
CMYK 0 0.62 0.63 0.16
HSL 0.9º 0.61% 0.57% -
HSV(B) 0.9º 0.63% 0.84% -
XYZ 31.79 20.6 9.7 -
YUV 120.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 213 81 79 0 0.62 0.63 0.16 0.9 0.61 0.57
Hex D5 51 4F 0 3E 3F 10 1 3D 39
Octal 325 121 117 0 76 77 20 1 75 71
Binary 11010101 1010001 1001111 0 111110 111111 10000 1 111101 111001

Color Harmonies of #D5514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5514F

Black with #D5514F

Text Example


Text Example

White with #D5514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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