Html Css Color HEX #DB5527 Chilean Fire

📋 copy color: '#DB5527'

red 219 ◦ green 85 ◦ blue 39

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

Shades of Chilean Fire #DB5527

Tints of Chilean Fire #DB5527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 63.85%
G = 24.78%
B = 11.37%

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

#DB5527 (or 0xDB5527) is known color: Chilean Fire. HEX triplet: DB, 55 and 27. RGB value is (219,85,39). Sum of RGB (Red+Green+Blue) = 219+85+39=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5527 is #24AAD8. Grayscale: #787878. Windows color (decimal): -2403033 or 2577883. OLE color: 2577883.

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

Color convert

RGB 219 85 39 -
CMYK 0 0.61 0.82 0.14
HSL 15.33º 0.71% 0.51% -
HSV(B) 15.33º 0.82% 0.86% -
XYZ 32.83 21.7 4.38 -
YUV 119.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 219 85 39 0 0.61 0.82 0.14 15.33 0.71 0.51
Hex DB 55 27 0 3D 52 E F 47 33
Octal 333 125 47 0 75 122 16 17 107 63
Binary 11011011 1010101 100111 0 111101 1010010 1110 1111 1000111 110011

Color Harmonies of #DB5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5527

Black with #DB5527

Text Example


Text Example

White with #DB5527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5527; }

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

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

background-color css

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

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

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

border-color css

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

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

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