Html Css Color HEX #DB4747 Valencia

📋 copy color: '#DB4747'

red 219 ◦ green 71 ◦ blue 71

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

Shades of Valencia #DB4747

Tints of Valencia #DB4747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 60.66%
G = 19.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4747 (or 0xDB4747) is known color: Valencia. HEX triplet: DB, 47 and 47. RGB value is (219,71,71). Sum of RGB (Red+Green+Blue) = 219+71+71=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4747 is #24B8B8. Grayscale: #737373. Windows color (decimal): -2406585 or 4671451. OLE color: 4671451.

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

Color convert

RGB 219 71 71 -
CMYK 0 0.68 0.68 0.14
HSL 0.67% 0.57% -
HSV(B) 0.68% 0.86% -
XYZ 32.6 20.02 8.11 -
YUV 115.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 219 71 71 0 0.68 0.68 0.14 0 0.67 0.57
Hex DB 47 47 0 44 44 E 0 43 39
Octal 333 107 107 0 104 104 16 0 103 71
Binary 11011011 1000111 1000111 0 1000100 1000100 1110 0 1000011 111001

Color Harmonies of #DB4747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4747

Black with #DB4747

Text Example


Text Example

White with #DB4747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4747; }

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

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

background-color css

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

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

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

border-color css

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

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

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