Html Css Color HEX #DB5933 Chilean Fire

📋 copy color: '#DB5933'

red 219 ◦ green 89 ◦ blue 51

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

Shades of Chilean Fire #DB5933

Tints of Chilean Fire #DB5933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 61%
G = 24.79%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5933 (or 0xDB5933) is known color: Chilean Fire. HEX triplet: DB, 59 and 33. RGB value is (219,89,51). Sum of RGB (Red+Green+Blue) = 219+89+51=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5933 is #24A6CC. Grayscale: #7B7B7B. Windows color (decimal): -2401997 or 3365339. OLE color: 3365339.

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

Color convert

RGB 219 89 51 -
CMYK 0 0.59 0.77 0.14
HSL 13.57º 0.7% 0.53% -
HSV(B) 13.57º 0.77% 0.86% -
XYZ 33.38 22.44 5.7 -
YUV 123.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 219 89 51 0 0.59 0.77 0.14 13.57 0.7 0.53
Hex DB 59 33 0 3B 4D E E 46 35
Octal 333 131 63 0 73 115 16 16 106 65
Binary 11011011 1011001 110011 0 111011 1001101 1110 1110 1000110 110101

Color Harmonies of #DB5933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5933

Black with #DB5933

Text Example


Text Example

White with #DB5933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5933; }

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

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

background-color css

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

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

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

border-color css

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

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

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