Html Css Color HEX #DB5129 Chilean Fire

📋 copy color: '#DB5129'

red 219 ◦ green 81 ◦ blue 41

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

Shades of Chilean Fire #DB5129

Tints of Chilean Fire #DB5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 64.22%
G = 23.75%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB5129 (or 0xDB5129) is known color: Chilean Fire. HEX triplet: DB, 51 and 29. RGB value is (219,81,41). Sum of RGB (Red+Green+Blue) = 219+81+41=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5129 is #24AED6. Grayscale: #767676. Windows color (decimal): -2404055 or 2707931. OLE color: 2707931.

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

Color convert

RGB 219 81 41 -
CMYK 0 0.63 0.81 0.14
HSL 13.48º 0.71% 0.51% -
HSV(B) 13.48º 0.81% 0.86% -
XYZ 32.56 21.11 4.46 -
YUV 117.7 84.72 200.25 -
System Red Green Blue C M Y K H S L
Decimal 219 81 41 0 0.63 0.81 0.14 13.48 0.71 0.51
Hex DB 51 29 0 3F 51 E D 47 33
Octal 333 121 51 0 77 121 16 15 107 63
Binary 11011011 1010001 101001 0 111111 1010001 1110 1101 1000111 110011

Color Harmonies of #DB5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5129

Black with #DB5129

Text Example


Text Example

White with #DB5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5129; }

 p { color: rgb(219,81,41); }

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

background-color css

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

 a { background-color: rgb(219,81,41); }

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

border-color css

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

 span { border-color: rgb(219,81,41); }

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