Html Css Color HEX #DF5225 Chilean Fire

📋 copy color: '#DF5225'

red 223 ◦ green 82 ◦ blue 37

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

Shades of Chilean Fire #DF5225

Tints of Chilean Fire #DF5225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.82%

R = 65.2%
G = 23.98%
B = 10.82%

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

#DF5225 (or 0xDF5225) is known color: Chilean Fire. HEX triplet: DF, 52 and 25. RGB value is (223,82,37). Sum of RGB (Red+Green+Blue) = 223+82+37=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5225 is #20ADDA. Grayscale: #777777. Windows color (decimal): -2141659 or 2446047. OLE color: 2446047.

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

Color convert

RGB 223 82 37 -
CMYK 0 0.63 0.83 0.13
HSL 14.52º 0.74% 0.51% -
HSV(B) 14.52º 0.83% 0.87% -
XYZ 33.78 21.86 4.19 -
YUV 119.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 223 82 37 0 0.63 0.83 0.13 14.52 0.74 0.51
Hex DF 52 25 0 3F 53 D F 4A 33
Octal 337 122 45 0 77 123 15 17 112 63
Binary 11011111 1010010 100101 0 111111 1010011 1101 1111 1001010 110011

Color Harmonies of #DF5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5225

Black with #DF5225

Text Example


Text Example

White with #DF5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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