Html Css Color HEX #DB5430 Chilean Fire

📋 copy color: '#DB5430'

red 219 ◦ green 84 ◦ blue 48

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

Shades of Chilean Fire #DB5430

Tints of Chilean Fire #DB5430

RGB

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

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

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

R = 62.39%
G = 23.93%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5430 (or 0xDB5430) is known color: Chilean Fire. HEX triplet: DB, 54 and 30. RGB value is (219,84,48). Sum of RGB (Red+Green+Blue) = 219+84+48=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5430 is #24ABCF. Grayscale: #787878. Windows color (decimal): -2403280 or 3167451. OLE color: 3167451.

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

Color convert

RGB 219 84 48 -
CMYK 0 0.62 0.78 0.14
HSL 12.63º 0.7% 0.52% -
HSV(B) 12.63º 0.78% 0.86% -
XYZ 32.92 21.61 5.23 -
YUV 120.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 219 84 48 0 0.62 0.78 0.14 12.63 0.7 0.52
Hex DB 54 30 0 3E 4E E D 46 34
Octal 333 124 60 0 76 116 16 15 106 64
Binary 11011011 1010100 110000 0 111110 1001110 1110 1101 1000110 110100

Color Harmonies of #DB5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5430

Black with #DB5430

Text Example


Text Example

White with #DB5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5430; }

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

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

background-color css

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

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

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

border-color css

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

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

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