Html Css Color HEX #DB4F48 Valencia

📋 copy color: '#DB4F48'

red 219 ◦ green 79 ◦ blue 72

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

Shades of Valencia #DB4F48

Tints of Valencia #DB4F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 59.19%
G = 21.35%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4F48 (or 0xDB4F48) is known color: Valencia. HEX triplet: DB, 4F and 48. RGB value is (219,79,72). Sum of RGB (Red+Green+Blue) = 219+79+72=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F48 is #24B0B7. Grayscale: #787878. Windows color (decimal): -2404536 or 4739035. OLE color: 4739035.

HSL color Cylindrical-coordinate representation of color #DB4F48: hue angle of 2.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4F48 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 79 72 -
CMYK 0 0.64 0.67 0.14
HSL 2.86º 0.67% 0.57% -
HSV(B) 2.86º 0.67% 0.86% -
XYZ 33.18 21.12 8.46 -
YUV 120.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 219 79 72 0 0.64 0.67 0.14 2.86 0.67 0.57
Hex DB 4F 48 0 40 43 E 3 43 39
Octal 333 117 110 0 100 103 16 3 103 71
Binary 11011011 1001111 1001000 0 1000000 1000011 1110 11 1000011 111001

Color Harmonies of #DB4F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F48

Black with #DB4F48

Text Example


Text Example

White with #DB4F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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