Html Css Color HEX #DB5B33 Chilean Fire

📋 copy color: '#DB5B33'

red 219 ◦ green 91 ◦ blue 51

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

Shades of Chilean Fire #DB5B33

Tints of Chilean Fire #DB5B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

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

R = 60.66%
G = 25.21%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5B33 (or 0xDB5B33) is known color: Chilean Fire. HEX triplet: DB, 5B and 33. RGB value is (219,91,51). Sum of RGB (Red+Green+Blue) = 219+91+51=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B33 is #24A4CC. Grayscale: #7D7D7D. Windows color (decimal): -2401485 or 3365851. OLE color: 3365851.

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

Color convert

RGB 219 91 51 -
CMYK 0 0.58 0.77 0.14
HSL 14.29º 0.7% 0.53% -
HSV(B) 14.29º 0.77% 0.86% -
XYZ 33.55 22.78 5.76 -
YUV 124.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 219 91 51 0 0.58 0.77 0.14 14.29 0.7 0.53
Hex DB 5B 33 0 3A 4D E E 46 35
Octal 333 133 63 0 72 115 16 16 106 65
Binary 11011011 1011011 110011 0 111010 1001101 1110 1110 1000110 110101

Color Harmonies of #DB5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B33

Black with #DB5B33

Text Example


Text Example

White with #DB5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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