Html Css Color HEX #DB582A Chilean Fire

📋 copy color: '#DB582A'

red 219 ◦ green 88 ◦ blue 42

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

Shades of Chilean Fire #DB582A

Tints of Chilean Fire #DB582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 62.75%
G = 25.21%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB582A (or 0xDB582A) is known color: Chilean Fire. HEX triplet: DB, 58 and 2A. RGB value is (219,88,42). Sum of RGB (Red+Green+Blue) = 219+88+42=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB582A is #24A7D5. Grayscale: #7A7A7A. Windows color (decimal): -2402262 or 2775259. OLE color: 2775259.

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

Color convert

RGB 219 88 42 -
CMYK 0 0.60 0.81 0.14
HSL 15.59º 0.71% 0.51% -
HSV(B) 15.59º 0.81% 0.86% -
XYZ 33.12 22.21 4.73 -
YUV 121.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 219 88 42 0 0.60 0.81 0.14 15.59 0.71 0.51
Hex DB 58 2A 0 3C 51 E 10 47 33
Octal 333 130 52 0 74 121 16 20 107 63
Binary 11011011 1011000 101010 0 111100 1010001 1110 10000 1000111 110011

Color Harmonies of #DB582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB582A

Black with #DB582A

Text Example


Text Example

White with #DB582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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