Html Css Color HEX #DB593C Chilean Fire

📋 copy color: '#DB593C'

red 219 ◦ green 89 ◦ blue 60

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

Shades of Chilean Fire #DB593C

Tints of Chilean Fire #DB593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 59.51%
G = 24.18%
B = 16.3%

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

#DB593C (or 0xDB593C) is known color: Chilean Fire. HEX triplet: DB, 59 and 3C. RGB value is (219,89,60). Sum of RGB (Red+Green+Blue) = 219+89+60=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB593C is #24A6C3. Grayscale: #7C7C7C. Windows color (decimal): -2401988 or 3955163. OLE color: 3955163.

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

Color convert

RGB 219 89 60 -
CMYK 0 0.59 0.73 0.14
HSL 10.94º 0.69% 0.55% -
HSV(B) 10.94º 0.73% 0.86% -
XYZ 33.6 22.53 6.85 -
YUV 124.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 219 89 60 0 0.59 0.73 0.14 10.94 0.69 0.55
Hex DB 59 3C 0 3B 49 E B 45 37
Octal 333 131 74 0 73 111 16 13 105 67
Binary 11011011 1011001 111100 0 111011 1001001 1110 1011 1000101 110111

Color Harmonies of #DB593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB593C

Black with #DB593C

Text Example


Text Example

White with #DB593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB593C; }

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

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

background-color css

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

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

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

border-color css

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

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

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