Html Css Color HEX #DF5227 Chilean Fire

📋 copy color: '#DF5227'

red 223 ◦ green 82 ◦ blue 39

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

Shades of Chilean Fire #DF5227

Tints of Chilean Fire #DF5227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 64.83%
G = 23.84%
B = 11.34%

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

#DF5227 (or 0xDF5227) is known color: Chilean Fire. HEX triplet: DF, 52 and 27. RGB value is (223,82,39). Sum of RGB (Red+Green+Blue) = 223+82+39=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5227 is #20ADD8. Grayscale: #777777. Windows color (decimal): -2141657 or 2577119. OLE color: 2577119.

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

Color convert

RGB 223 82 39 -
CMYK 0 0.63 0.83 0.13
HSL 14.02º 0.74% 0.51% -
HSV(B) 14.02º 0.83% 0.87% -
XYZ 33.81 21.87 4.36 -
YUV 119.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 223 82 39 0 0.63 0.83 0.13 14.02 0.74 0.51
Hex DF 52 27 0 3F 53 D E 4A 33
Octal 337 122 47 0 77 123 15 16 112 63
Binary 11011111 1010010 100111 0 111111 1010011 1101 1110 1001010 110011

Color Harmonies of #DF5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5227

Black with #DF5227

Text Example


Text Example

White with #DF5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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