Html Css Color HEX #DF501F Chilean Fire

📋 copy color: '#DF501F'

red 223 ◦ green 80 ◦ blue 31

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

Shades of Chilean Fire #DF501F

Tints of Chilean Fire #DF501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 66.77%
G = 23.95%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF501F (or 0xDF501F) is known color: Chilean Fire. HEX triplet: DF, 50 and 1F. RGB value is (223,80,31). Sum of RGB (Red+Green+Blue) = 223+80+31=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF501F is #20AFE0. Grayscale: #757575. Windows color (decimal): -2142177 or 2052319. OLE color: 2052319.

HSL color Cylindrical-coordinate representation of color #DF501F: hue angle of 15.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF501F is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 31 -
CMYK 0 0.64 0.86 0.13
HSL 15.31º 0.76% 0.5% -
HSV(B) 15.31º 0.86% 0.87% -
XYZ 33.55 21.52 3.68 -
YUV 117.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 223 80 31 0 0.64 0.86 0.13 15.31 0.76 0.5
Hex DF 50 1F 0 40 56 D F 4C 32
Octal 337 120 37 0 100 126 15 17 114 62
Binary 11011111 1010000 11111 0 1000000 1010110 1101 1111 1001100 110010

Color Harmonies of #DF501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF501F

Black with #DF501F

Text Example


Text Example

White with #DF501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF501F; }

 p { color: rgb(223,80,31); }

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

background-color css

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

 a { background-color: rgb(223,80,31); }

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

border-color css

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

 span { border-color: rgb(223,80,31); }

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