Html Css Color HEX #DF5422 Chilean Fire

📋 copy color: '#DF5422'

red 223 ◦ green 84 ◦ blue 34

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

Shades of Chilean Fire #DF5422

Tints of Chilean Fire #DF5422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 65.4%
G = 24.63%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF5422 (or 0xDF5422) is known color: Chilean Fire. HEX triplet: DF, 54 and 22. RGB value is (223,84,34). Sum of RGB (Red+Green+Blue) = 223+84+34=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5422 is #20ABDD. Grayscale: #787878. Windows color (decimal): -2141150 or 2249951. OLE color: 2249951.

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

Color convert

RGB 223 84 34 -
CMYK 0 0.62 0.85 0.13
HSL 15.87º 0.75% 0.5% -
HSV(B) 15.87º 0.85% 0.87% -
XYZ 33.89 22.14 4 -
YUV 119.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 223 84 34 0 0.62 0.85 0.13 15.87 0.75 0.5
Hex DF 54 22 0 3E 55 D 10 4B 32
Octal 337 124 42 0 76 125 15 20 113 62
Binary 11011111 1010100 100010 0 111110 1010101 1101 10000 1001011 110010

Color Harmonies of #DF5422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5422

Black with #DF5422

Text Example


Text Example

White with #DF5422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5422; }

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

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

background-color css

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

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

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

border-color css

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

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

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