Html Css Color HEX #DB563A Chilean Fire

📋 copy color: '#DB563A'

red 219 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #DB563A

Tints of Chilean Fire #DB563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

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

R = 60.33%
G = 23.69%
B = 15.98%

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

#DB563A (or 0xDB563A) is known color: Chilean Fire. HEX triplet: DB, 56 and 3A. RGB value is (219,86,58). Sum of RGB (Red+Green+Blue) = 219+86+58=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB563A is #24A9C5. Grayscale: #7A7A7A. Windows color (decimal): -2402758 or 3823323. OLE color: 3823323.

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

Color convert

RGB 219 86 58 -
CMYK 0 0.61 0.74 0.14
HSL 10.43º 0.69% 0.54% -
HSV(B) 10.43º 0.74% 0.86% -
XYZ 33.3 22.02 6.5 -
YUV 122.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 219 86 58 0 0.61 0.74 0.14 10.43 0.69 0.54
Hex DB 56 3A 0 3D 4A E A 45 36
Octal 333 126 72 0 75 112 16 12 105 66
Binary 11011011 1010110 111010 0 111101 1001010 1110 1010 1000101 110110

Color Harmonies of #DB563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB563A

Black with #DB563A

Text Example


Text Example

White with #DB563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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