Html Css Color HEX #DB553A Chilean Fire

📋 copy color: '#DB553A'

red 219 ◦ green 85 ◦ blue 58

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

Shades of Chilean Fire #DB553A

Tints of Chilean Fire #DB553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 60.5%
G = 23.48%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB553A (or 0xDB553A) is known color: Chilean Fire. HEX triplet: DB, 55 and 3A. RGB value is (219,85,58). Sum of RGB (Red+Green+Blue) = 219+85+58=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB553A is #24AAC5. Grayscale: #7A7A7A. Windows color (decimal): -2403014 or 3823067. OLE color: 3823067.

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

Color convert

RGB 219 85 58 -
CMYK 0 0.61 0.74 0.14
HSL 10.06º 0.69% 0.54% -
HSV(B) 10.06º 0.74% 0.86% -
XYZ 33.23 21.86 6.47 -
YUV 121.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 219 85 58 0 0.61 0.74 0.14 10.06 0.69 0.54
Hex DB 55 3A 0 3D 4A E A 45 36
Octal 333 125 72 0 75 112 16 12 105 66
Binary 11011011 1010101 111010 0 111101 1001010 1110 1010 1000101 110110

Color Harmonies of #DB553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB553A

Black with #DB553A

Text Example


Text Example

White with #DB553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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