Html Css Color HEX #D5514C Valencia

📋 copy color: '#D5514C'

red 213 ◦ green 81 ◦ blue 76

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

Shades of Valencia #D5514C

Tints of Valencia #D5514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 57.57%
G = 21.89%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5514C (or 0xD5514C) is known color: Valencia. HEX triplet: D5, 51 and 4C. RGB value is (213,81,76). Sum of RGB (Red+Green+Blue) = 213+81+76=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5514C is #2AAEB3. Grayscale: #787878. Windows color (decimal): -2797236 or 5001685. OLE color: 5001685.

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

Color convert

RGB 213 81 76 -
CMYK 0 0.62 0.64 0.16
HSL 2.19º 0.62% 0.57% -
HSV(B) 2.19º 0.64% 0.84% -
XYZ 31.69 20.55 9.13 -
YUV 119.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 213 81 76 0 0.62 0.64 0.16 2.19 0.62 0.57
Hex D5 51 4C 0 3E 40 10 2 3E 39
Octal 325 121 114 0 76 100 20 2 76 71
Binary 11010101 1010001 1001100 0 111110 1000000 10000 10 111110 111001

Color Harmonies of #D5514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5514C

Black with #D5514C

Text Example


Text Example

White with #D5514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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