Html Css Color HEX #DB5748 Valencia

📋 copy color: '#DB5748'

red 219 ◦ green 87 ◦ blue 72

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

Shades of Valencia #DB5748

Tints of Valencia #DB5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

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

R = 57.94%
G = 23.02%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5748 (or 0xDB5748) is known color: Valencia. HEX triplet: DB, 57 and 48. RGB value is (219,87,72). Sum of RGB (Red+Green+Blue) = 219+87+72=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5748 is #24A8B7. Grayscale: #7C7C7C. Windows color (decimal): -2402488 or 4741083. OLE color: 4741083.

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

Color convert

RGB 219 87 72 -
CMYK 0 0.60 0.67 0.14
HSL 6.12º 0.67% 0.57% -
HSV(B) 6.12º 0.67% 0.86% -
XYZ 33.79 22.34 8.66 -
YUV 124.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 219 87 72 0 0.60 0.67 0.14 6.12 0.67 0.57
Hex DB 57 48 0 3C 43 E 6 43 39
Octal 333 127 110 0 74 103 16 6 103 71
Binary 11011011 1010111 1001000 0 111100 1000011 1110 110 1000011 111001

Color Harmonies of #DB5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5748

Black with #DB5748

Text Example


Text Example

White with #DB5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5748; }

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

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

background-color css

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

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

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

border-color css

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

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

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