Html Css Color HEX #DB592C Chilean Fire

📋 copy color: '#DB592C'

red 219 ◦ green 89 ◦ blue 44

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

Shades of Chilean Fire #DB592C

Tints of Chilean Fire #DB592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 62.22%
G = 25.28%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB592C (or 0xDB592C) is known color: Chilean Fire. HEX triplet: DB, 59 and 2C. RGB value is (219,89,44). Sum of RGB (Red+Green+Blue) = 219+89+44=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB592C is #24A6D3. Grayscale: #7B7B7B. Windows color (decimal): -2402004 or 2906587. OLE color: 2906587.

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

Color convert

RGB 219 89 44 -
CMYK 0 0.59 0.80 0.14
HSL 15.43º 0.71% 0.52% -
HSV(B) 15.43º 0.8% 0.86% -
XYZ 33.24 22.39 4.95 -
YUV 122.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 219 89 44 0 0.59 0.80 0.14 15.43 0.71 0.52
Hex DB 59 2C 0 3B 50 E F 47 34
Octal 333 131 54 0 73 120 16 17 107 64
Binary 11011011 1011001 101100 0 111011 1010000 1110 1111 1000111 110100

Color Harmonies of #DB592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB592C

Black with #DB592C

Text Example


Text Example

White with #DB592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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