Html Css Color HEX #DA4E1D Chilean Fire

📋 copy color: '#DA4E1D'

red 218 ◦ green 78 ◦ blue 29

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

Shades of Chilean Fire #DA4E1D

Tints of Chilean Fire #DA4E1D

RGB

 RED value IS 218 (85.55% from 255) = 67.08%

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

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

R = 67.08%
G = 24%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA4E1D (or 0xDA4E1D) is known color: Chilean Fire. HEX triplet: DA, 4E and 1D. RGB value is (218,78,29). Sum of RGB (Red+Green+Blue) = 218+78+29=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E1D is #25B1E2. Grayscale: #727272. Windows color (decimal): -2470371 or 1920730. OLE color: 1920730.

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

Color convert

RGB 218 78 29 -
CMYK 0 0.64 0.87 0.15
HSL 15.56º 0.77% 0.48% -
HSV(B) 15.56º 0.87% 0.85% -
XYZ 31.86 20.44 3.43 -
YUV 114.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 218 78 29 0 0.64 0.87 0.15 15.56 0.77 0.48
Hex DA 4E 1D 0 40 57 F 10 4D 30
Octal 332 116 35 0 100 127 17 20 115 60
Binary 11011010 1001110 11101 0 1000000 1010111 1111 10000 1001101 110000

Color Harmonies of #DA4E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E1D

Black with #DA4E1D

Text Example


Text Example

White with #DA4E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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