Html Css Color HEX #DF5429 Chilean Fire

📋 copy color: '#DF5429'

red 223 ◦ green 84 ◦ blue 41

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

Shades of Chilean Fire #DF5429

Tints of Chilean Fire #DF5429

RGB

 RED value IS 223 (87.5% from 255) = 64.08%

 GREEN value IS 84 (33.2% from 255) = 24.14%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 64.08%
G = 24.14%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF5429 (or 0xDF5429) is known color: Chilean Fire. HEX triplet: DF, 54 and 29. RGB value is (223,84,41). Sum of RGB (Red+Green+Blue) = 223+84+41=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5429 is #20ABD6. Grayscale: #787878. Windows color (decimal): -2141143 or 2708703. OLE color: 2708703.

HSL color Cylindrical-coordinate representation of color #DF5429: hue angle of 14.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF5429 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 84 41 -
CMYK 0 0.62 0.82 0.13
HSL 14.18º 0.74% 0.52% -
HSV(B) 14.18º 0.82% 0.87% -
XYZ 34 22.19 4.59 -
YUV 120.66 83.05 201 -
System Red Green Blue C M Y K H S L
Decimal 223 84 41 0 0.62 0.82 0.13 14.18 0.74 0.52
Hex DF 54 29 0 3E 52 D E 4A 34
Octal 337 124 51 0 76 122 15 16 112 64
Binary 11011111 1010100 101001 0 111110 1010010 1101 1110 1001010 110100

Color Harmonies of #DF5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5429

Black with #DF5429

Text Example


Text Example

White with #DF5429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5429; }

 p { color: rgb(223,84,41); }

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

background-color css

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

 a { background-color: rgb(223,84,41); }

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

border-color css

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

 span { border-color: rgb(223,84,41); }

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