Html Css Color HEX #DB514B Valencia

📋 copy color: '#DB514B'

red 219 ◦ green 81 ◦ blue 75

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

Shades of Valencia #DB514B

Tints of Valencia #DB514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20%

R = 58.4%
G = 21.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB514B (or 0xDB514B) is known color: Valencia. HEX triplet: DB, 51 and 4B. RGB value is (219,81,75). Sum of RGB (Red+Green+Blue) = 219+81+75=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB514B is #24AEB4. Grayscale: #797979. Windows color (decimal): -2404021 or 4936155. OLE color: 4936155.

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

Color convert

RGB 219 81 75 -
CMYK 0 0.63 0.66 0.14
HSL 2.5º 0.67% 0.58% -
HSV(B) 2.5º 0.66% 0.86% -
XYZ 33.43 21.45 9.04 -
YUV 121.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 219 81 75 0 0.63 0.66 0.14 2.5 0.67 0.58
Hex DB 51 4B 0 3F 42 E 2 43 3A
Octal 333 121 113 0 77 102 16 2 103 72
Binary 11011011 1010001 1001011 0 111111 1000010 1110 10 1000011 111010

Color Harmonies of #DB514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB514B

Black with #DB514B

Text Example


Text Example

White with #DB514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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