Html Css Color HEX #DB5D33 Chilean Fire

📋 copy color: '#DB5D33'

red 219 ◦ green 93 ◦ blue 51

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

Shades of Chilean Fire #DB5D33

Tints of Chilean Fire #DB5D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 60.33%
G = 25.62%
B = 14.05%

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

#DB5D33 (or 0xDB5D33) is known color: Chilean Fire. HEX triplet: DB, 5D and 33. RGB value is (219,93,51). Sum of RGB (Red+Green+Blue) = 219+93+51=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D33 is #24A2CC. Grayscale: #7E7E7E. Windows color (decimal): -2400973 or 3366363. OLE color: 3366363.

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

Color convert

RGB 219 93 51 -
CMYK 0 0.58 0.77 0.14
HSL 15º 0.7% 0.53% -
HSV(B) 15º 0.77% 0.86% -
XYZ 33.73 23.13 5.82 -
YUV 125.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 219 93 51 0 0.58 0.77 0.14 15 0.7 0.53
Hex DB 5D 33 0 3A 4D E F 46 35
Octal 333 135 63 0 72 115 16 17 106 65
Binary 11011011 1011101 110011 0 111010 1001101 1110 1111 1000110 110101

Color Harmonies of #DB5D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D33

Black with #DB5D33

Text Example


Text Example

White with #DB5D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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