Html Css Color HEX #DB512B Chilean Fire

📋 copy color: '#DB512B'

red 219 ◦ green 81 ◦ blue 43

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

Shades of Chilean Fire #DB512B

Tints of Chilean Fire #DB512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 63.85%
G = 23.62%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB512B (or 0xDB512B) is known color: Chilean Fire. HEX triplet: DB, 51 and 2B. RGB value is (219,81,43). Sum of RGB (Red+Green+Blue) = 219+81+43=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB512B is #24AED4. Grayscale: #767676. Windows color (decimal): -2404053 or 2839003. OLE color: 2839003.

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

Color convert

RGB 219 81 43 -
CMYK 0 0.63 0.80 0.14
HSL 12.95º 0.71% 0.51% -
HSV(B) 12.95º 0.8% 0.86% -
XYZ 32.59 21.12 4.64 -
YUV 117.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 219 81 43 0 0.63 0.80 0.14 12.95 0.71 0.51
Hex DB 51 2B 0 3F 50 E D 47 33
Octal 333 121 53 0 77 120 16 15 107 63
Binary 11011011 1010001 101011 0 111111 1010000 1110 1101 1000111 110011

Color Harmonies of #DB512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB512B

Black with #DB512B

Text Example


Text Example

White with #DB512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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