Html Css Color HEX #DB4845 Valencia

📋 copy color: '#DB4845'

red 219 ◦ green 72 ◦ blue 69

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

Shades of Valencia #DB4845

Tints of Valencia #DB4845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 60.83%
G = 20%
B = 19.17%

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

#DB4845 (or 0xDB4845) is known color: Valencia. HEX triplet: DB, 48 and 45. RGB value is (219,72,69). Sum of RGB (Red+Green+Blue) = 219+72+69=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4845 is #24B7BA. Grayscale: #737373. Windows color (decimal): -2406331 or 4540635. OLE color: 4540635.

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

Color convert

RGB 219 72 69 -
CMYK 0 0.67 0.68 0.14
HSL 1.2º 0.68% 0.56% -
HSV(B) 1.2º 0.68% 0.86% -
XYZ 32.6 20.12 7.8 -
YUV 115.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 219 72 69 0 0.67 0.68 0.14 1.2 0.68 0.56
Hex DB 48 45 0 43 44 E 1 44 38
Octal 333 110 105 0 103 104 16 1 104 70
Binary 11011011 1001000 1000101 0 1000011 1000100 1110 1 1000100 111000

Color Harmonies of #DB4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4845

Black with #DB4845

Text Example


Text Example

White with #DB4845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4845; }

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

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

background-color css

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

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

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

border-color css

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

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

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