Html Css Color HEX #DB5923 Chilean Fire

📋 copy color: '#DB5923'

red 219 ◦ green 89 ◦ blue 35

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

Shades of Chilean Fire #DB5923

Tints of Chilean Fire #DB5923

RGB

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

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

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

R = 63.85%
G = 25.95%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5923 (or 0xDB5923) is known color: Chilean Fire. HEX triplet: DB, 59 and 23. RGB value is (219,89,35). Sum of RGB (Red+Green+Blue) = 219+89+35=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5923 is #24A6DC. Grayscale: #7A7A7A. Windows color (decimal): -2402013 or 2316763. OLE color: 2316763.

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

Color convert

RGB 219 89 35 -
CMYK 0 0.59 0.84 0.14
HSL 17.61º 0.72% 0.5% -
HSV(B) 17.61º 0.84% 0.86% -
XYZ 33.09 22.33 4.16 -
YUV 121.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 219 89 35 0 0.59 0.84 0.14 17.61 0.72 0.5
Hex DB 59 23 0 3B 54 E 12 48 32
Octal 333 131 43 0 73 124 16 22 110 62
Binary 11011011 1011001 100011 0 111011 1010100 1110 10010 1001000 110010

Color Harmonies of #DB5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5923

Black with #DB5923

Text Example


Text Example

White with #DB5923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5923; }

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

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

background-color css

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

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

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

border-color css

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

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

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