Html Css Color HEX #DB4D44 Valencia

📋 copy color: '#DB4D44'

red 219 ◦ green 77 ◦ blue 68

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

Shades of Valencia #DB4D44

Tints of Valencia #DB4D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 60.16%
G = 21.15%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4D44 (or 0xDB4D44) is known color: Valencia. HEX triplet: DB, 4D and 44. RGB value is (219,77,68). Sum of RGB (Red+Green+Blue) = 219+77+68=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D44 is #24B2BB. Grayscale: #767676. Windows color (decimal): -2405052 or 4476379. OLE color: 4476379.

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

Color convert

RGB 219 77 68 -
CMYK 0 0.65 0.69 0.14
HSL 3.58º 0.68% 0.56% -
HSV(B) 3.58º 0.69% 0.86% -
XYZ 32.91 20.79 7.75 -
YUV 118.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 219 77 68 0 0.65 0.69 0.14 3.58 0.68 0.56
Hex DB 4D 44 0 41 45 E 4 44 38
Octal 333 115 104 0 101 105 16 4 104 70
Binary 11011011 1001101 1000100 0 1000001 1000101 1110 100 1000100 111000

Color Harmonies of #DB4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D44

Black with #DB4D44

Text Example


Text Example

White with #DB4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D44; }

 p { color: rgb(219,77,68); }

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

background-color css

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

 a { background-color: rgb(219,77,68); }

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

border-color css

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

 span { border-color: rgb(219,77,68); }

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