Html Css Color HEX #DB4944 Valencia

📋 copy color: '#DB4944'

red 219 ◦ green 73 ◦ blue 68

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

Shades of Valencia #DB4944

Tints of Valencia #DB4944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

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

R = 60.83%
G = 20.28%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4944 (or 0xDB4944) is known color: Valencia. HEX triplet: DB, 49 and 44. RGB value is (219,73,68). Sum of RGB (Red+Green+Blue) = 219+73+68=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4944 is #24B6BB. Grayscale: #747474. Windows color (decimal): -2406076 or 4475355. OLE color: 4475355.

HSL color Cylindrical-coordinate representation of color #DB4944: hue angle of 1.99º 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 #DB4944 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 68 -
CMYK 0 0.67 0.69 0.14
HSL 1.99º 0.68% 0.56% -
HSV(B) 1.99º 0.69% 0.86% -
XYZ 32.64 20.24 7.66 -
YUV 116.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 219 73 68 0 0.67 0.69 0.14 1.99 0.68 0.56
Hex DB 49 44 0 43 45 E 2 44 38
Octal 333 111 104 0 103 105 16 2 104 70
Binary 11011011 1001001 1000100 0 1000011 1000101 1110 10 1000100 111000

Color Harmonies of #DB4944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4944

Black with #DB4944

Text Example


Text Example

White with #DB4944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4944; }

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

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

background-color css

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

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

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

border-color css

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

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

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