Html Css Color HEX #DF5428 Chilean Fire

📋 copy color: '#DF5428'

red 223 ◦ green 84 ◦ blue 40

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

Shades of Chilean Fire #DF5428

Tints of Chilean Fire #DF5428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 64.27%
G = 24.21%
B = 11.53%

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

#DF5428 (or 0xDF5428) is known color: Chilean Fire. HEX triplet: DF, 54 and 28. RGB value is (223,84,40). Sum of RGB (Red+Green+Blue) = 223+84+40=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5428 is #20ABD7. Grayscale: #787878. Windows color (decimal): -2141144 or 2643167. OLE color: 2643167.

HSL color Cylindrical-coordinate representation of color #DF5428: hue angle of 14.43º 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 #DF5428 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 84 40 -
CMYK 0 0.62 0.82 0.13
HSL 14.43º 0.74% 0.52% -
HSV(B) 14.43º 0.82% 0.87% -
XYZ 33.98 22.18 4.5 -
YUV 120.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 223 84 40 0 0.62 0.82 0.13 14.43 0.74 0.52
Hex DF 54 28 0 3E 52 D E 4A 34
Octal 337 124 50 0 76 122 15 16 112 64
Binary 11011111 1010100 101000 0 111110 1010010 1101 1110 1001010 110100

Color Harmonies of #DF5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5428

Black with #DF5428

Text Example


Text Example

White with #DF5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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