Html Css Color HEX #DB5533 Chilean Fire

📋 copy color: '#DB5533'

red 219 ◦ green 85 ◦ blue 51

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

Shades of Chilean Fire #DB5533

Tints of Chilean Fire #DB5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 61.69%
G = 23.94%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5533 (or 0xDB5533) is known color: Chilean Fire. HEX triplet: DB, 55 and 33. RGB value is (219,85,51). Sum of RGB (Red+Green+Blue) = 219+85+51=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5533 is #24AACC. Grayscale: #797979. Windows color (decimal): -2403021 or 3364315. OLE color: 3364315.

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

Color convert

RGB 219 85 51 -
CMYK 0 0.61 0.77 0.14
HSL 12.14º 0.7% 0.53% -
HSV(B) 12.14º 0.77% 0.86% -
XYZ 33.06 21.8 5.6 -
YUV 121.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 219 85 51 0 0.61 0.77 0.14 12.14 0.7 0.53
Hex DB 55 33 0 3D 4D E C 46 35
Octal 333 125 63 0 75 115 16 14 106 65
Binary 11011011 1010101 110011 0 111101 1001101 1110 1100 1000110 110101

Color Harmonies of #DB5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5533

Black with #DB5533

Text Example


Text Example

White with #DB5533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5533; }

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

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

background-color css

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

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

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

border-color css

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

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

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