Html Css Color HEX #DB4F47 Valencia

📋 copy color: '#DB4F47'

red 219 ◦ green 79 ◦ blue 71

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

Shades of Valencia #DB4F47

Tints of Valencia #DB4F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 59.35%
G = 21.41%
B = 19.24%

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

#DB4F47 (or 0xDB4F47) is known color: Valencia. HEX triplet: DB, 4F and 47. RGB value is (219,79,71). Sum of RGB (Red+Green+Blue) = 219+79+71=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F47 is #24B0B8. Grayscale: #787878. Windows color (decimal): -2404537 or 4673499. OLE color: 4673499.

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

Color convert

RGB 219 79 71 -
CMYK 0 0.64 0.68 0.14
HSL 3.24º 0.67% 0.57% -
HSV(B) 3.24º 0.68% 0.86% -
XYZ 33.15 21.11 8.29 -
YUV 119.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 219 79 71 0 0.64 0.68 0.14 3.24 0.67 0.57
Hex DB 4F 47 0 40 44 E 3 43 39
Octal 333 117 107 0 100 104 16 3 103 71
Binary 11011011 1001111 1000111 0 1000000 1000100 1110 11 1000011 111001

Color Harmonies of #DB4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F47

Black with #DB4F47

Text Example


Text Example

White with #DB4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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