Html Css Color HEX #DB512D Chilean Fire

📋 copy color: '#DB512D'

red 219 ◦ green 81 ◦ blue 45

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

Shades of Chilean Fire #DB512D

Tints of Chilean Fire #DB512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 63.48%
G = 23.48%
B = 13.04%

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

#DB512D (or 0xDB512D) is known color: Chilean Fire. HEX triplet: DB, 51 and 2D. RGB value is (219,81,45). Sum of RGB (Red+Green+Blue) = 219+81+45=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB512D is #24AED2. Grayscale: #767676. Windows color (decimal): -2404051 or 2970075. OLE color: 2970075.

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

Color convert

RGB 219 81 45 -
CMYK 0 0.63 0.79 0.14
HSL 12.41º 0.71% 0.52% -
HSV(B) 12.41º 0.79% 0.86% -
XYZ 32.63 21.13 4.84 -
YUV 118.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 219 81 45 0 0.63 0.79 0.14 12.41 0.71 0.52
Hex DB 51 2D 0 3F 4F E C 47 34
Octal 333 121 55 0 77 117 16 14 107 64
Binary 11011011 1010001 101101 0 111111 1001111 1110 1100 1000111 110100

Color Harmonies of #DB512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB512D

Black with #DB512D

Text Example


Text Example

White with #DB512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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