Html Css Color HEX #DB514C Valencia

📋 copy color: '#DB514C'

red 219 ◦ green 81 ◦ blue 76

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

Shades of Valencia #DB514C

Tints of Valencia #DB514C

RGB

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

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

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

R = 58.24%
G = 21.54%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB514C (or 0xDB514C) is known color: Valencia. HEX triplet: DB, 51 and 4C. RGB value is (219,81,76). Sum of RGB (Red+Green+Blue) = 219+81+76=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB514C is #24AEB3. Grayscale: #797979. Windows color (decimal): -2404020 or 5001691. OLE color: 5001691.

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

Color convert

RGB 219 81 76 -
CMYK 0 0.63 0.65 0.14
HSL 2.1º 0.67% 0.58% -
HSV(B) 2.1º 0.65% 0.86% -
XYZ 33.46 21.47 9.22 -
YUV 121.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 219 81 76 0 0.63 0.65 0.14 2.1 0.67 0.58
Hex DB 51 4C 0 3F 41 E 2 43 3A
Octal 333 121 114 0 77 101 16 2 103 72
Binary 11011011 1010001 1001100 0 111111 1000001 1110 10 1000011 111010

Color Harmonies of #DB514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB514C

Black with #DB514C

Text Example


Text Example

White with #DB514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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