Html Css Color HEX #DB5535 Chilean Fire

📋 copy color: '#DB5535'

red 219 ◦ green 85 ◦ blue 53

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

Shades of Chilean Fire #DB5535

Tints of Chilean Fire #DB5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 53 (21.09% from 255) = 14.85%

R = 61.34%
G = 23.81%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB5535 (or 0xDB5535) is known color: Chilean Fire. HEX triplet: DB, 55 and 35. RGB value is (219,85,53). Sum of RGB (Red+Green+Blue) = 219+85+53=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5535 is #24AACA. Grayscale: #797979. Windows color (decimal): -2403019 or 3495387. OLE color: 3495387.

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

Color convert

RGB 219 85 53 -
CMYK 0 0.61 0.76 0.14
HSL 11.57º 0.7% 0.53% -
HSV(B) 11.57º 0.76% 0.86% -
XYZ 33.1 21.81 5.83 -
YUV 121.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 219 85 53 0 0.61 0.76 0.14 11.57 0.7 0.53
Hex DB 55 35 0 3D 4C E C 46 35
Octal 333 125 65 0 75 114 16 14 106 65
Binary 11011011 1010101 110101 0 111101 1001100 1110 1100 1000110 110101

Color Harmonies of #DB5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5535

Black with #DB5535

Text Example


Text Example

White with #DB5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5535; }

 p { color: rgb(219,85,53); }

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

background-color css

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

 a { background-color: rgb(219,85,53); }

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

border-color css

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

 span { border-color: rgb(219,85,53); }

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