Html Css Color HEX #DF5327 Chilean Fire

📋 copy color: '#DF5327'

red 223 ◦ green 83 ◦ blue 39

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

Shades of Chilean Fire #DF5327

Tints of Chilean Fire #DF5327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 64.64%
G = 24.06%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF5327 (or 0xDF5327) is known color: Chilean Fire. HEX triplet: DF, 53 and 27. RGB value is (223,83,39). Sum of RGB (Red+Green+Blue) = 223+83+39=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5327 is #20ACD8. Grayscale: #787878. Windows color (decimal): -2141401 or 2577375. OLE color: 2577375.

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

Color convert

RGB 223 83 39 -
CMYK 0 0.63 0.83 0.13
HSL 14.35º 0.74% 0.51% -
HSV(B) 14.35º 0.83% 0.87% -
XYZ 33.89 22.02 4.38 -
YUV 119.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 223 83 39 0 0.63 0.83 0.13 14.35 0.74 0.51
Hex DF 53 27 0 3F 53 D E 4A 33
Octal 337 123 47 0 77 123 15 16 112 63
Binary 11011111 1010011 100111 0 111111 1010011 1101 1110 1001010 110011

Color Harmonies of #DF5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5327

Black with #DF5327

Text Example


Text Example

White with #DF5327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5327; }

 p { color: rgb(223,83,39); }

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

background-color css

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

 a { background-color: rgb(223,83,39); }

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

border-color css

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

 span { border-color: rgb(223,83,39); }

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