Html Css Color HEX #DB514F Valencia

📋 copy color: '#DB514F'

red 219 ◦ green 81 ◦ blue 79

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

Shades of Valencia #DB514F

Tints of Valencia #DB514F

RGB

 RED value IS 219 (85.94% from 255) = 57.78%

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

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

R = 57.78%
G = 21.37%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB514F (or 0xDB514F) is known color: Valencia. HEX triplet: DB, 51 and 4F. RGB value is (219,81,79). Sum of RGB (Red+Green+Blue) = 219+81+79=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB514F is #24AEB0. Grayscale: #7A7A7A. Windows color (decimal): -2404017 or 5198299. OLE color: 5198299.

HSL color Cylindrical-coordinate representation of color #DB514F: hue angle of 0.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB514F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 79 -
CMYK 0 0.63 0.64 0.14
HSL 0.86º 0.66% 0.58% -
HSV(B) 0.86º 0.64% 0.86% -
XYZ 33.57 21.51 9.78 -
YUV 122.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 219 81 79 0 0.63 0.64 0.14 0.86 0.66 0.58
Hex DB 51 4F 0 3F 40 E 1 42 3A
Octal 333 121 117 0 77 100 16 1 102 72
Binary 11011011 1010001 1001111 0 111111 1000000 1110 1 1000010 111010

Color Harmonies of #DB514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB514F

Black with #DB514F

Text Example


Text Example

White with #DB514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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