Html Css Color HEX #DB4F46 Valencia

📋 copy color: '#DB4F46'

red 219 ◦ green 79 ◦ blue 70

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

Shades of Valencia #DB4F46

Tints of Valencia #DB4F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

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

R = 59.51%
G = 21.47%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4F46 (or 0xDB4F46) is known color: Valencia. HEX triplet: DB, 4F and 46. RGB value is (219,79,70). Sum of RGB (Red+Green+Blue) = 219+79+70=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F46 is #24B0B9. Grayscale: #787878. Windows color (decimal): -2404538 or 4607963. OLE color: 4607963.

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

Color convert

RGB 219 79 70 -
CMYK 0 0.64 0.68 0.14
HSL 3.62º 0.67% 0.57% -
HSV(B) 3.62º 0.68% 0.86% -
XYZ 33.11 21.09 8.12 -
YUV 119.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 219 79 70 0 0.64 0.68 0.14 3.62 0.67 0.57
Hex DB 4F 46 0 40 44 E 4 43 39
Octal 333 117 106 0 100 104 16 4 103 71
Binary 11011011 1001111 1000110 0 1000000 1000100 1110 100 1000011 111001

Color Harmonies of #DB4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F46

Black with #DB4F46

Text Example


Text Example

White with #DB4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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