Html Css Color HEX #DB5336 Chilean Fire

📋 copy color: '#DB5336'

red 219 ◦ green 83 ◦ blue 54

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

Shades of Chilean Fire #DB5336

Tints of Chilean Fire #DB5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 61.52%
G = 23.31%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB5336 (or 0xDB5336) is known color: Chilean Fire. HEX triplet: DB, 53 and 36. RGB value is (219,83,54). Sum of RGB (Red+Green+Blue) = 219+83+54=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5336 is #24ACC9. Grayscale: #787878. Windows color (decimal): -2403530 or 3560411. OLE color: 3560411.

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

Color convert

RGB 219 83 54 -
CMYK 0 0.62 0.75 0.14
HSL 10.55º 0.7% 0.54% -
HSV(B) 10.55º 0.75% 0.86% -
XYZ 32.97 21.51 5.9 -
YUV 120.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 219 83 54 0 0.62 0.75 0.14 10.55 0.7 0.54
Hex DB 53 36 0 3E 4B E B 46 36
Octal 333 123 66 0 76 113 16 13 106 66
Binary 11011011 1010011 110110 0 111110 1001011 1110 1011 1000110 110110

Color Harmonies of #DB5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5336

Black with #DB5336

Text Example


Text Example

White with #DB5336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5336; }

 p { color: rgb(219,83,54); }

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

background-color css

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

 a { background-color: rgb(219,83,54); }

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

border-color css

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

 span { border-color: rgb(219,83,54); }

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