Html Css Color HEX #DB5822 Chilean Fire

📋 copy color: '#DB5822'

red 219 ◦ green 88 ◦ blue 34

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

Shades of Chilean Fire #DB5822

Tints of Chilean Fire #DB5822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 64.22%
G = 25.81%
B = 9.97%

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

#DB5822 (or 0xDB5822) is known color: Chilean Fire. HEX triplet: DB, 58 and 22. RGB value is (219,88,34). Sum of RGB (Red+Green+Blue) = 219+88+34=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5822 is #24A7DD. Grayscale: #797979. Windows color (decimal): -2402270 or 2250971. OLE color: 2250971.

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

Color convert

RGB 219 88 34 -
CMYK 0 0.60 0.84 0.14
HSL 17.51º 0.73% 0.5% -
HSV(B) 17.51º 0.84% 0.86% -
XYZ 32.99 22.16 4.05 -
YUV 121.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 219 88 34 0 0.60 0.84 0.14 17.51 0.73 0.5
Hex DB 58 22 0 3C 54 E 12 49 32
Octal 333 130 42 0 74 124 16 22 111 62
Binary 11011011 1011000 100010 0 111100 1010100 1110 10010 1001001 110010

Color Harmonies of #DB5822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5822

Black with #DB5822

Text Example


Text Example

White with #DB5822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5822; }

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

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

background-color css

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

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

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

border-color css

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

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

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