Html Css Color HEX #DB593A Chilean Fire

📋 copy color: '#DB593A'

red 219 ◦ green 89 ◦ blue 58

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

Shades of Chilean Fire #DB593A

Tints of Chilean Fire #DB593A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 59.84%
G = 24.32%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB593A (or 0xDB593A) is known color: Chilean Fire. HEX triplet: DB, 59 and 3A. RGB value is (219,89,58). Sum of RGB (Red+Green+Blue) = 219+89+58=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB593A is #24A6C5. Grayscale: #7C7C7C. Windows color (decimal): -2401990 or 3824091. OLE color: 3824091.

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

Color convert

RGB 219 89 58 -
CMYK 0 0.59 0.74 0.14
HSL 11.55º 0.69% 0.54% -
HSV(B) 11.55º 0.74% 0.86% -
XYZ 33.55 22.51 6.58 -
YUV 124.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 219 89 58 0 0.59 0.74 0.14 11.55 0.69 0.54
Hex DB 59 3A 0 3B 4A E C 45 36
Octal 333 131 72 0 73 112 16 14 105 66
Binary 11011011 1011001 111010 0 111011 1001010 1110 1100 1000101 110110

Color Harmonies of #DB593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB593A

Black with #DB593A

Text Example


Text Example

White with #DB593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB593A; }

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

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

background-color css

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

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

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

border-color css

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

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

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