Html Css Color HEX #DB552E Chilean Fire

📋 copy color: '#DB552E'

red 219 ◦ green 85 ◦ blue 46

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

Shades of Chilean Fire #DB552E

Tints of Chilean Fire #DB552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 62.57%
G = 24.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB552E (or 0xDB552E) is known color: Chilean Fire. HEX triplet: DB, 55 and 2E. RGB value is (219,85,46). Sum of RGB (Red+Green+Blue) = 219+85+46=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB552E is #24AAD1. Grayscale: #787878. Windows color (decimal): -2403026 or 3036635. OLE color: 3036635.

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

Color convert

RGB 219 85 46 -
CMYK 0 0.61 0.79 0.14
HSL 13.53º 0.71% 0.52% -
HSV(B) 13.53º 0.79% 0.86% -
XYZ 32.96 21.75 5.05 -
YUV 120.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 219 85 46 0 0.61 0.79 0.14 13.53 0.71 0.52
Hex DB 55 2E 0 3D 4F E E 47 34
Octal 333 125 56 0 75 117 16 16 107 64
Binary 11011011 1010101 101110 0 111101 1001111 1110 1110 1000111 110100

Color Harmonies of #DB552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB552E

Black with #DB552E

Text Example


Text Example

White with #DB552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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