Html Css Color HEX #DB5837 Chilean Fire

📋 copy color: '#DB5837'

red 219 ◦ green 88 ◦ blue 55

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

Shades of Chilean Fire #DB5837

Tints of Chilean Fire #DB5837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.19%

R = 60.5%
G = 24.31%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB5837 (or 0xDB5837) is known color: Chilean Fire. HEX triplet: DB, 58 and 37. RGB value is (219,88,55). Sum of RGB (Red+Green+Blue) = 219+88+55=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5837 is #24A7C8. Grayscale: #7B7B7B. Windows color (decimal): -2402249 or 3627227. OLE color: 3627227.

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

Color convert

RGB 219 88 55 -
CMYK 0 0.60 0.75 0.14
HSL 12.07º 0.69% 0.54% -
HSV(B) 12.07º 0.75% 0.86% -
XYZ 33.39 22.32 6.16 -
YUV 123.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 219 88 55 0 0.60 0.75 0.14 12.07 0.69 0.54
Hex DB 58 37 0 3C 4B E C 45 36
Octal 333 130 67 0 74 113 16 14 105 66
Binary 11011011 1011000 110111 0 111100 1001011 1110 1100 1000101 110110

Color Harmonies of #DB5837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5837

Black with #DB5837

Text Example


Text Example

White with #DB5837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5837; }

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

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

background-color css

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

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

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

border-color css

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

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

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