Html Css Color HEX #DB5534 Chilean Fire

📋 copy color: '#DB5534'

red 219 ◦ green 85 ◦ blue 52

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

Shades of Chilean Fire #DB5534

Tints of Chilean Fire #DB5534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 61.52%
G = 23.88%
B = 14.61%

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

#DB5534 (or 0xDB5534) is known color: Chilean Fire. HEX triplet: DB, 55 and 34. RGB value is (219,85,52). Sum of RGB (Red+Green+Blue) = 219+85+52=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5534 is #24AACB. Grayscale: #797979. Windows color (decimal): -2403020 or 3429851. OLE color: 3429851.

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

Color convert

RGB 219 85 52 -
CMYK 0 0.61 0.76 0.14
HSL 11.86º 0.7% 0.53% -
HSV(B) 11.86º 0.76% 0.86% -
XYZ 33.08 21.81 5.71 -
YUV 121.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 219 85 52 0 0.61 0.76 0.14 11.86 0.7 0.53
Hex DB 55 34 0 3D 4C E C 46 35
Octal 333 125 64 0 75 114 16 14 106 65
Binary 11011011 1010101 110100 0 111101 1001100 1110 1100 1000110 110101

Color Harmonies of #DB5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5534

Black with #DB5534

Text Example


Text Example

White with #DB5534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5534; }

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

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

background-color css

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

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

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

border-color css

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

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

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