Html Css Color HEX #DF5531 Chilean Fire

📋 copy color: '#DF5531'

red 223 ◦ green 85 ◦ blue 49

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

Shades of Chilean Fire #DF5531

Tints of Chilean Fire #DF5531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 62.46%
G = 23.81%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF5531 (or 0xDF5531) is known color: Chilean Fire. HEX triplet: DF, 55 and 31. RGB value is (223,85,49). Sum of RGB (Red+Green+Blue) = 223+85+49=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5531 is #20AACE. Grayscale: #7A7A7A. Windows color (decimal): -2140879 or 3233247. OLE color: 3233247.

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

Color convert

RGB 223 85 49 -
CMYK 0 0.62 0.78 0.13
HSL 12.41º 0.73% 0.53% -
HSV(B) 12.41º 0.78% 0.87% -
XYZ 34.23 22.41 5.43 -
YUV 122.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 223 85 49 0 0.62 0.78 0.13 12.41 0.73 0.53
Hex DF 55 31 0 3E 4E D C 49 35
Octal 337 125 61 0 76 116 15 14 111 65
Binary 11011111 1010101 110001 0 111110 1001110 1101 1100 1001001 110101

Color Harmonies of #DF5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5531

Black with #DF5531

Text Example


Text Example

White with #DF5531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5531; }

 p { color: rgb(223,85,49); }

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

background-color css

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

 a { background-color: rgb(223,85,49); }

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

border-color css

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

 span { border-color: rgb(223,85,49); }

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