Html Css Color HEX #DB5939 Chilean Fire

📋 copy color: '#DB5939'

red 219 ◦ green 89 ◦ blue 57

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

Shades of Chilean Fire #DB5939

Tints of Chilean Fire #DB5939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 60%
G = 24.38%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB5939 (or 0xDB5939) is known color: Chilean Fire. HEX triplet: DB, 59 and 39. RGB value is (219,89,57). Sum of RGB (Red+Green+Blue) = 219+89+57=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5939 is #24A6C6. Grayscale: #7C7C7C. Windows color (decimal): -2401991 or 3758555. OLE color: 3758555.

HSL color Cylindrical-coordinate representation of color #DB5939: hue angle of 11.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5939 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 57 -
CMYK 0 0.59 0.74 0.14
HSL 11.85º 0.69% 0.54% -
HSV(B) 11.85º 0.74% 0.86% -
XYZ 33.52 22.5 6.45 -
YUV 124.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 219 89 57 0 0.59 0.74 0.14 11.85 0.69 0.54
Hex DB 59 39 0 3B 4A E C 45 36
Octal 333 131 71 0 73 112 16 14 105 66
Binary 11011011 1011001 111001 0 111011 1001010 1110 1100 1000101 110110

Color Harmonies of #DB5939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5939

Black with #DB5939

Text Example


Text Example

White with #DB5939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5939; }

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

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

background-color css

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

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

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

border-color css

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

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

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