Html Css Color HEX #DB5823 Chilean Fire

📋 copy color: '#DB5823'

red 219 ◦ green 88 ◦ blue 35

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

Shades of Chilean Fire #DB5823

Tints of Chilean Fire #DB5823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 35 (14.06% from 255) = 10.23%

R = 64.04%
G = 25.73%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5823 (or 0xDB5823) is known color: Chilean Fire. HEX triplet: DB, 58 and 23. RGB value is (219,88,35). Sum of RGB (Red+Green+Blue) = 219+88+35=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5823 is #24A7DC. Grayscale: #797979. Windows color (decimal): -2402269 or 2316507. OLE color: 2316507.

HSL color Cylindrical-coordinate representation of color #DB5823: hue angle of 17.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5823 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 35 -
CMYK 0 0.60 0.84 0.14
HSL 17.28º 0.72% 0.5% -
HSV(B) 17.28º 0.84% 0.86% -
XYZ 33.01 22.16 4.13 -
YUV 121.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 219 88 35 0 0.60 0.84 0.14 17.28 0.72 0.5
Hex DB 58 23 0 3C 54 E 11 48 32
Octal 333 130 43 0 74 124 16 21 110 62
Binary 11011011 1011000 100011 0 111100 1010100 1110 10001 1001000 110010

Color Harmonies of #DB5823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5823

Black with #DB5823

Text Example


Text Example

White with #DB5823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5823; }

 p { color: rgb(219,88,35); }

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

background-color css

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

 a { background-color: rgb(219,88,35); }

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

border-color css

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

 span { border-color: rgb(219,88,35); }

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