Html Css Color HEX #DB552F Chilean Fire

📋 copy color: '#DB552F'

red 219 ◦ green 85 ◦ blue 47

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

Shades of Chilean Fire #DB552F

Tints of Chilean Fire #DB552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 62.39%
G = 24.22%
B = 13.39%

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

#DB552F (or 0xDB552F) is known color: Chilean Fire. HEX triplet: DB, 55 and 2F. RGB value is (219,85,47). Sum of RGB (Red+Green+Blue) = 219+85+47=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB552F is #24AAD0. Grayscale: #797979. Windows color (decimal): -2403025 or 3102171. OLE color: 3102171.

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

Color convert

RGB 219 85 47 -
CMYK 0 0.61 0.79 0.14
HSL 13.26º 0.7% 0.52% -
HSV(B) 13.26º 0.79% 0.86% -
XYZ 32.98 21.76 5.15 -
YUV 120.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 219 85 47 0 0.61 0.79 0.14 13.26 0.7 0.52
Hex DB 55 2F 0 3D 4F E D 46 34
Octal 333 125 57 0 75 117 16 15 106 64
Binary 11011011 1010101 101111 0 111101 1001111 1110 1101 1000110 110100

Color Harmonies of #DB552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB552F

Black with #DB552F

Text Example


Text Example

White with #DB552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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