Html Css Color HEX #DB552B Chilean Fire

📋 copy color: '#DB552B'

red 219 ◦ green 85 ◦ blue 43

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

Shades of Chilean Fire #DB552B

Tints of Chilean Fire #DB552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 63.11%
G = 24.5%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB552B (or 0xDB552B) is known color: Chilean Fire. HEX triplet: DB, 55 and 2B. RGB value is (219,85,43). Sum of RGB (Red+Green+Blue) = 219+85+43=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB552B is #24AAD4. Grayscale: #787878. Windows color (decimal): -2403029 or 2840027. OLE color: 2840027.

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

Color convert

RGB 219 85 43 -
CMYK 0 0.61 0.80 0.14
HSL 14.32º 0.71% 0.51% -
HSV(B) 14.32º 0.8% 0.86% -
XYZ 32.9 21.73 4.75 -
YUV 120.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 219 85 43 0 0.61 0.80 0.14 14.32 0.71 0.51
Hex DB 55 2B 0 3D 50 E E 47 33
Octal 333 125 53 0 75 120 16 16 107 63
Binary 11011011 1010101 101011 0 111101 1010000 1110 1110 1000111 110011

Color Harmonies of #DB552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB552B

Black with #DB552B

Text Example


Text Example

White with #DB552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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