Html Css Color HEX #DF501D Chilean Fire

📋 copy color: '#DF501D'

red 223 ◦ green 80 ◦ blue 29

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

Shades of Chilean Fire #DF501D

Tints of Chilean Fire #DF501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 67.17%
G = 24.1%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF501D (or 0xDF501D) is known color: Chilean Fire. HEX triplet: DF, 50 and 1D. RGB value is (223,80,29). Sum of RGB (Red+Green+Blue) = 223+80+29=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF501D is #20AFE2. Grayscale: #757575. Windows color (decimal): -2142179 or 1921247. OLE color: 1921247.

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

Color convert

RGB 223 80 29 -
CMYK 0 0.64 0.87 0.13
HSL 15.77º 0.77% 0.49% -
HSV(B) 15.77º 0.87% 0.87% -
XYZ 33.52 21.51 3.55 -
YUV 116.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 223 80 29 0 0.64 0.87 0.13 15.77 0.77 0.49
Hex DF 50 1D 0 40 57 D 10 4D 31
Octal 337 120 35 0 100 127 15 20 115 61
Binary 11011111 1010000 11101 0 1000000 1010111 1101 10000 1001101 110001

Color Harmonies of #DF501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF501D

Black with #DF501D

Text Example


Text Example

White with #DF501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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