Html Css Color HEX #DB5428 Chilean Fire

📋 copy color: '#DB5428'

red 219 ◦ green 84 ◦ blue 40

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

Shades of Chilean Fire #DB5428

Tints of Chilean Fire #DB5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 63.85%
G = 24.49%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB5428 (or 0xDB5428) is known color: Chilean Fire. HEX triplet: DB, 54 and 28. RGB value is (219,84,40). Sum of RGB (Red+Green+Blue) = 219+84+40=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5428 is #24ABD7. Grayscale: #777777. Windows color (decimal): -2403288 or 2643163. OLE color: 2643163.

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

Color convert

RGB 219 84 40 -
CMYK 0 0.62 0.82 0.14
HSL 14.75º 0.71% 0.51% -
HSV(B) 14.75º 0.82% 0.86% -
XYZ 32.77 21.55 4.44 -
YUV 119.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 219 84 40 0 0.62 0.82 0.14 14.75 0.71 0.51
Hex DB 54 28 0 3E 52 E F 47 33
Octal 333 124 50 0 76 122 16 17 107 63
Binary 11011011 1010100 101000 0 111110 1010010 1110 1111 1000111 110011

Color Harmonies of #DB5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5428

Black with #DB5428

Text Example


Text Example

White with #DB5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5428; }

 p { color: rgb(219,84,40); }

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

background-color css

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

 a { background-color: rgb(219,84,40); }

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

border-color css

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

 span { border-color: rgb(219,84,40); }

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