Html Css Color HEX #DB511F Chilean Fire

📋 copy color: '#DB511F'

red 219 ◦ green 81 ◦ blue 31

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

Shades of Chilean Fire #DB511F

Tints of Chilean Fire #DB511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 66.16%
G = 24.47%
B = 9.37%

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

#DB511F (or 0xDB511F) is known color: Chilean Fire. HEX triplet: DB, 51 and 1F. RGB value is (219,81,31). Sum of RGB (Red+Green+Blue) = 219+81+31=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB511F is #24AEE0. Grayscale: #747474. Windows color (decimal): -2404065 or 2052571. OLE color: 2052571.

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

Color convert

RGB 219 81 31 -
CMYK 0 0.63 0.86 0.14
HSL 15.96º 0.75% 0.49% -
HSV(B) 15.96º 0.86% 0.86% -
XYZ 32.4 21.04 3.65 -
YUV 116.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 219 81 31 0 0.63 0.86 0.14 15.96 0.75 0.49
Hex DB 51 1F 0 3F 56 E 10 4B 31
Octal 333 121 37 0 77 126 16 20 113 61
Binary 11011011 1010001 11111 0 111111 1010110 1110 10000 1001011 110001

Color Harmonies of #DB511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB511F

Black with #DB511F

Text Example


Text Example

White with #DB511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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