Html Css Color HEX #DB4946 Valencia

📋 copy color: '#DB4946'

red 219 ◦ green 73 ◦ blue 70

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

Shades of Valencia #DB4946

Tints of Valencia #DB4946

RGB

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

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

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

R = 60.5%
G = 20.17%
B = 19.34%

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

#DB4946 (or 0xDB4946) is known color: Valencia. HEX triplet: DB, 49 and 46. RGB value is (219,73,70). Sum of RGB (Red+Green+Blue) = 219+73+70=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4946 is #24B6B9. Grayscale: #747474. Windows color (decimal): -2406074 or 4606427. OLE color: 4606427.

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

Color convert

RGB 219 73 70 -
CMYK 0 0.67 0.68 0.14
HSL 1.21º 0.67% 0.57% -
HSV(B) 1.21º 0.68% 0.86% -
XYZ 32.7 20.27 7.98 -
YUV 116.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 219 73 70 0 0.67 0.68 0.14 1.21 0.67 0.57
Hex DB 49 46 0 43 44 E 1 43 39
Octal 333 111 106 0 103 104 16 1 103 71
Binary 11011011 1001001 1000110 0 1000011 1000100 1110 1 1000011 111001

Color Harmonies of #DB4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4946

Black with #DB4946

Text Example


Text Example

White with #DB4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4946; }

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

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

background-color css

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

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

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

border-color css

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

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

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