Html Css Color HEX #DB582D Chilean Fire

📋 copy color: '#DB582D'

red 219 ◦ green 88 ◦ blue 45

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

Shades of Chilean Fire #DB582D

Tints of Chilean Fire #DB582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 62.22%
G = 25%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB582D (or 0xDB582D) is known color: Chilean Fire. HEX triplet: DB, 58 and 2D. RGB value is (219,88,45). Sum of RGB (Red+Green+Blue) = 219+88+45=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB582D is #24A7D2. Grayscale: #7A7A7A. Windows color (decimal): -2402259 or 2971867. OLE color: 2971867.

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

Color convert

RGB 219 88 45 -
CMYK 0 0.60 0.79 0.14
HSL 14.83º 0.71% 0.52% -
HSV(B) 14.83º 0.79% 0.86% -
XYZ 33.18 22.23 5.02 -
YUV 122.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 219 88 45 0 0.60 0.79 0.14 14.83 0.71 0.52
Hex DB 58 2D 0 3C 4F E F 47 34
Octal 333 130 55 0 74 117 16 17 107 64
Binary 11011011 1011000 101101 0 111100 1001111 1110 1111 1000111 110100

Color Harmonies of #DB582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB582D

Black with #DB582D

Text Example


Text Example

White with #DB582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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