Html Css Color HEX #DB4E1D Chilean Fire

📋 copy color: '#DB4E1D'

red 219 ◦ green 78 ◦ blue 29

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

Shades of Chilean Fire #DB4E1D

Tints of Chilean Fire #DB4E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 67.18%
G = 23.93%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB4E1D (or 0xDB4E1D) is known color: Chilean Fire. HEX triplet: DB, 4E and 1D. RGB value is (219,78,29). Sum of RGB (Red+Green+Blue) = 219+78+29=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E1D is #24B1E2. Grayscale: #727272. Windows color (decimal): -2404835 or 1920731. OLE color: 1920731.

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

Color convert

RGB 219 78 29 -
CMYK 0 0.64 0.87 0.14
HSL 15.47º 0.77% 0.49% -
HSV(B) 15.47º 0.87% 0.86% -
XYZ 32.16 20.6 3.44 -
YUV 114.57 79.71 202.48 -
System Red Green Blue C M Y K H S L
Decimal 219 78 29 0 0.64 0.87 0.14 15.47 0.77 0.49
Hex DB 4E 1D 0 40 57 E F 4D 31
Octal 333 116 35 0 100 127 16 17 115 61
Binary 11011011 1001110 11101 0 1000000 1010111 1110 1111 1001101 110001

Color Harmonies of #DB4E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E1D

Black with #DB4E1D

Text Example


Text Example

White with #DB4E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E1D; }

 p { color: rgb(219,78,29); }

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

background-color css

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

 a { background-color: rgb(219,78,29); }

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

border-color css

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

 span { border-color: rgb(219,78,29); }

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