Html Css Color HEX #DB5727 Chilean Fire

📋 copy color: '#DB5727'

red 219 ◦ green 87 ◦ blue 39

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

Shades of Chilean Fire #DB5727

Tints of Chilean Fire #DB5727

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 63.48%
G = 25.22%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB5727 (or 0xDB5727) is known color: Chilean Fire. HEX triplet: DB, 57 and 27. RGB value is (219,87,39). Sum of RGB (Red+Green+Blue) = 219+87+39=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5727 is #24A8D8. Grayscale: #797979. Windows color (decimal): -2402521 or 2578395. OLE color: 2578395.

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

Color convert

RGB 219 87 39 -
CMYK 0 0.60 0.82 0.14
HSL 16º 0.71% 0.51% -
HSV(B) 16º 0.82% 0.86% -
XYZ 32.99 22.02 4.43 -
YUV 121 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 219 87 39 0 0.60 0.82 0.14 16 0.71 0.51
Hex DB 57 27 0 3C 52 E 10 47 33
Octal 333 127 47 0 74 122 16 20 107 63
Binary 11011011 1010111 100111 0 111100 1010010 1110 10000 1000111 110011

Color Harmonies of #DB5727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5727

Black with #DB5727

Text Example


Text Example

White with #DB5727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5727; }

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

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

background-color css

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

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

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

border-color css

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

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

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