Html Css Color HEX #DB582B Chilean Fire

📋 copy color: '#DB582B'

red 219 ◦ green 88 ◦ blue 43

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

Shades of Chilean Fire #DB582B

Tints of Chilean Fire #DB582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 62.57%
G = 25.14%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB582B (or 0xDB582B) is known color: Chilean Fire. HEX triplet: DB, 58 and 2B. RGB value is (219,88,43). Sum of RGB (Red+Green+Blue) = 219+88+43=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB582B is #24A7D4. Grayscale: #7A7A7A. Windows color (decimal): -2402261 or 2840795. OLE color: 2840795.

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

Color convert

RGB 219 88 43 -
CMYK 0 0.60 0.80 0.14
HSL 15.34º 0.71% 0.51% -
HSV(B) 15.34º 0.8% 0.86% -
XYZ 33.14 22.21 4.83 -
YUV 122.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 219 88 43 0 0.60 0.80 0.14 15.34 0.71 0.51
Hex DB 58 2B 0 3C 50 E F 47 33
Octal 333 130 53 0 74 120 16 17 107 63
Binary 11011011 1011000 101011 0 111100 1010000 1110 1111 1000111 110011

Color Harmonies of #DB582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB582B

Black with #DB582B

Text Example


Text Example

White with #DB582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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