Html Css Color HEX #DB4846 Valencia

📋 copy color: '#DB4846'

red 219 ◦ green 72 ◦ blue 70

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

Shades of Valencia #DB4846

Tints of Valencia #DB4846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 60.66%
G = 19.94%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4846 (or 0xDB4846) is known color: Valencia. HEX triplet: DB, 48 and 46. RGB value is (219,72,70). Sum of RGB (Red+Green+Blue) = 219+72+70=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4846 is #24B7B9. Grayscale: #737373. Windows color (decimal): -2406330 or 4606171. OLE color: 4606171.

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

Color convert

RGB 219 72 70 -
CMYK 0 0.67 0.68 0.14
HSL 0.81º 0.67% 0.57% -
HSV(B) 0.81º 0.68% 0.86% -
XYZ 32.64 20.14 7.96 -
YUV 115.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 219 72 70 0 0.67 0.68 0.14 0.81 0.67 0.57
Hex DB 48 46 0 43 44 E 1 43 39
Octal 333 110 106 0 103 104 16 1 103 71
Binary 11011011 1001000 1000110 0 1000011 1000100 1110 1 1000011 111001

Color Harmonies of #DB4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4846

Black with #DB4846

Text Example


Text Example

White with #DB4846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4846; }

 p { color: rgb(219,72,70); }

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

background-color css

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

 a { background-color: rgb(219,72,70); }

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

border-color css

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

 span { border-color: rgb(219,72,70); }

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