Html Css Color HEX #DB5627 Chilean Fire

📋 copy color: '#DB5627'

red 219 ◦ green 86 ◦ blue 39

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

Shades of Chilean Fire #DB5627

Tints of Chilean Fire #DB5627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 63.66%
G = 25%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB5627 (or 0xDB5627) is known color: Chilean Fire. HEX triplet: DB, 56 and 27. RGB value is (219,86,39). Sum of RGB (Red+Green+Blue) = 219+86+39=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5627 is #24A9D8. Grayscale: #787878. Windows color (decimal): -2402777 or 2578139. OLE color: 2578139.

HSL color Cylindrical-coordinate representation of color #DB5627: hue angle of 15.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB5627 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 86 39 -
CMYK 0 0.61 0.82 0.14
HSL 15.67º 0.71% 0.51% -
HSV(B) 15.67º 0.82% 0.86% -
XYZ 32.91 21.86 4.4 -
YUV 120.41 82.06 198.32 -
System Red Green Blue C M Y K H S L
Decimal 219 86 39 0 0.61 0.82 0.14 15.67 0.71 0.51
Hex DB 56 27 0 3D 52 E 10 47 33
Octal 333 126 47 0 75 122 16 20 107 63
Binary 11011011 1010110 100111 0 111101 1010010 1110 10000 1000111 110011

Color Harmonies of #DB5627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5627

Black with #DB5627

Text Example


Text Example

White with #DB5627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5627; }

 p { color: rgb(219,86,39); }

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

background-color css

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

 a { background-color: rgb(219,86,39); }

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

border-color css

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

 span { border-color: rgb(219,86,39); }

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