Html Css Color HEX #DB5448 Valencia

📋 copy color: '#DB5448'

red 219 ◦ green 84 ◦ blue 72

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

Shades of Valencia #DB5448

Tints of Valencia #DB5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 58.4%
G = 22.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5448 (or 0xDB5448) is known color: Valencia. HEX triplet: DB, 54 and 48. RGB value is (219,84,72). Sum of RGB (Red+Green+Blue) = 219+84+72=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5448 is #24ABB7. Grayscale: #7B7B7B. Windows color (decimal): -2403256 or 4740315. OLE color: 4740315.

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

Color convert

RGB 219 84 72 -
CMYK 0 0.62 0.67 0.14
HSL 4.9º 0.67% 0.57% -
HSV(B) 4.9º 0.67% 0.86% -
XYZ 33.55 21.87 8.58 -
YUV 123 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 219 84 72 0 0.62 0.67 0.14 4.9 0.67 0.57
Hex DB 54 48 0 3E 43 E 5 43 39
Octal 333 124 110 0 76 103 16 5 103 71
Binary 11011011 1010100 1001000 0 111110 1000011 1110 101 1000011 111001

Color Harmonies of #DB5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5448

Black with #DB5448

Text Example


Text Example

White with #DB5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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