Html Css Color HEX #DB512E Chilean Fire

📋 copy color: '#DB512E'

red 219 ◦ green 81 ◦ blue 46

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

Shades of Chilean Fire #DB512E

Tints of Chilean Fire #DB512E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 63.29%
G = 23.41%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB512E (or 0xDB512E) is known color: Chilean Fire. HEX triplet: DB, 51 and 2E. RGB value is (219,81,46). Sum of RGB (Red+Green+Blue) = 219+81+46=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB512E is #24AED1. Grayscale: #767676. Windows color (decimal): -2404050 or 3035611. OLE color: 3035611.

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

Color convert

RGB 219 81 46 -
CMYK 0 0.63 0.79 0.14
HSL 12.14º 0.71% 0.52% -
HSV(B) 12.14º 0.79% 0.86% -
XYZ 32.65 21.14 4.94 -
YUV 118.27 87.22 199.85 -
System Red Green Blue C M Y K H S L
Decimal 219 81 46 0 0.63 0.79 0.14 12.14 0.71 0.52
Hex DB 51 2E 0 3F 4F E C 47 34
Octal 333 121 56 0 77 117 16 14 107 64
Binary 11011011 1010001 101110 0 111111 1001111 1110 1100 1000111 110100

Color Harmonies of #DB512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB512E

Black with #DB512E

Text Example


Text Example

White with #DB512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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