Html Css Color HEX #DF5A31 Chilean Fire

📋 copy color: '#DF5A31'

red 223 ◦ green 90 ◦ blue 49

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

Shades of Chilean Fire #DF5A31

Tints of Chilean Fire #DF5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

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

R = 61.6%
G = 24.86%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF5A31 (or 0xDF5A31) is known color: Chilean Fire. HEX triplet: DF, 5A and 31. RGB value is (223,90,49). Sum of RGB (Red+Green+Blue) = 223+90+49=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A31 is #20A5CE. Grayscale: #7D7D7D. Windows color (decimal): -2139599 or 3234527. OLE color: 3234527.

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

Color convert

RGB 223 90 49 -
CMYK 0 0.60 0.78 0.13
HSL 14.14º 0.73% 0.53% -
HSV(B) 14.14º 0.78% 0.87% -
XYZ 34.64 23.22 5.56 -
YUV 125.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 223 90 49 0 0.60 0.78 0.13 14.14 0.73 0.53
Hex DF 5A 31 0 3C 4E D E 49 35
Octal 337 132 61 0 74 116 15 16 111 65
Binary 11011111 1011010 110001 0 111100 1001110 1101 1110 1001001 110101

Color Harmonies of #DF5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A31

Black with #DF5A31

Text Example


Text Example

White with #DF5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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