Html Css Color HEX #DB593B Chilean Fire

📋 copy color: '#DB593B'

red 219 ◦ green 89 ◦ blue 59

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

Shades of Chilean Fire #DB593B

Tints of Chilean Fire #DB593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 59 (23.44% from 255) = 16.08%

R = 59.67%
G = 24.25%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB593B (or 0xDB593B) is known color: Chilean Fire. HEX triplet: DB, 59 and 3B. RGB value is (219,89,59). Sum of RGB (Red+Green+Blue) = 219+89+59=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB593B is #24A6C4. Grayscale: #7C7C7C. Windows color (decimal): -2401989 or 3889627. OLE color: 3889627.

HSL color Cylindrical-coordinate representation of color #DB593B: hue angle of 11.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB593B is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 59 -
CMYK 0 0.59 0.73 0.14
HSL 11.25º 0.69% 0.55% -
HSV(B) 11.25º 0.73% 0.86% -
XYZ 33.58 22.52 6.71 -
YUV 124.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 219 89 59 0 0.59 0.73 0.14 11.25 0.69 0.55
Hex DB 59 3B 0 3B 49 E B 45 37
Octal 333 131 73 0 73 111 16 13 105 67
Binary 11011011 1011001 111011 0 111011 1001001 1110 1011 1000101 110111

Color Harmonies of #DB593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB593B

Black with #DB593B

Text Example


Text Example

White with #DB593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB593B; }

 p { color: rgb(219,89,59); }

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

background-color css

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

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

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

border-color css

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

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

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