Html Css Color HEX #DB5930 Chilean Fire

📋 copy color: '#DB5930'

red 219 ◦ green 89 ◦ blue 48

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

Shades of Chilean Fire #DB5930

Tints of Chilean Fire #DB5930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 61.52%
G = 25%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5930 (or 0xDB5930) is known color: Chilean Fire. HEX triplet: DB, 59 and 30. RGB value is (219,89,48). Sum of RGB (Red+Green+Blue) = 219+89+48=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5930 is #24A6CF. Grayscale: #7B7B7B. Windows color (decimal): -2402000 or 3168731. OLE color: 3168731.

HSL color Cylindrical-coordinate representation of color #DB5930: hue angle of 14.39º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB5930 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 48 -
CMYK 0 0.59 0.78 0.14
HSL 14.39º 0.7% 0.52% -
HSV(B) 14.39º 0.78% 0.86% -
XYZ 33.32 22.42 5.37 -
YUV 123.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 219 89 48 0 0.59 0.78 0.14 14.39 0.7 0.52
Hex DB 59 30 0 3B 4E E E 46 34
Octal 333 131 60 0 73 116 16 16 106 64
Binary 11011011 1011001 110000 0 111011 1001110 1110 1110 1000110 110100

Color Harmonies of #DB5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5930

Black with #DB5930

Text Example


Text Example

White with #DB5930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5930; }

 p { color: rgb(219,89,48); }

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

background-color css

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

 a { background-color: rgb(219,89,48); }

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

border-color css

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

 span { border-color: rgb(219,89,48); }

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