Html Css Color HEX #DB592D Chilean Fire

📋 copy color: '#DB592D'

red 219 ◦ green 89 ◦ blue 45

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

Shades of Chilean Fire #DB592D

Tints of Chilean Fire #DB592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 62.04%
G = 25.21%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB592D (or 0xDB592D) is known color: Chilean Fire. HEX triplet: DB, 59 and 2D. RGB value is (219,89,45). Sum of RGB (Red+Green+Blue) = 219+89+45=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB592D is #24A6D2. Grayscale: #7B7B7B. Windows color (decimal): -2402003 or 2972123. OLE color: 2972123.

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

Color convert

RGB 219 89 45 -
CMYK 0 0.59 0.79 0.14
HSL 15.17º 0.71% 0.52% -
HSV(B) 15.17º 0.79% 0.86% -
XYZ 33.26 22.39 5.05 -
YUV 122.85 84.07 196.58 -
System Red Green Blue C M Y K H S L
Decimal 219 89 45 0 0.59 0.79 0.14 15.17 0.71 0.52
Hex DB 59 2D 0 3B 4F E F 47 34
Octal 333 131 55 0 73 117 16 17 107 64
Binary 11011011 1011001 101101 0 111011 1001111 1110 1111 1000111 110100

Color Harmonies of #DB592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB592D

Black with #DB592D

Text Example


Text Example

White with #DB592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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