Html Css Color HEX #DB511E Chilean Fire

📋 copy color: '#DB511E'

red 219 ◦ green 81 ◦ blue 30

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

Shades of Chilean Fire #DB511E

Tints of Chilean Fire #DB511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 66.36%
G = 24.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB511E (or 0xDB511E) is known color: Chilean Fire. HEX triplet: DB, 51 and 1E. RGB value is (219,81,30). Sum of RGB (Red+Green+Blue) = 219+81+30=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB511E is #24AEE1. Grayscale: #747474. Windows color (decimal): -2404066 or 1987035. OLE color: 1987035.

HSL color Cylindrical-coordinate representation of color #DB511E: hue angle of 16.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB511E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 30 -
CMYK 0 0.63 0.86 0.14
HSL 16.19º 0.76% 0.49% -
HSV(B) 16.19º 0.86% 0.86% -
XYZ 32.39 21.04 3.58 -
YUV 116.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 219 81 30 0 0.63 0.86 0.14 16.19 0.76 0.49
Hex DB 51 1E 0 3F 56 E 10 4C 31
Octal 333 121 36 0 77 126 16 20 114 61
Binary 11011011 1010001 11110 0 111111 1010110 1110 10000 1001100 110001

Color Harmonies of #DB511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB511E

Black with #DB511E

Text Example


Text Example

White with #DB511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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