Html Css Color HEX #DC501D Chilean Fire

📋 copy color: '#DC501D'

red 220 ◦ green 80 ◦ blue 29

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

Shades of Chilean Fire #DC501D

Tints of Chilean Fire #DC501D

RGB

 RED value IS 220 (86.33% from 255) = 66.87%

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

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

R = 66.87%
G = 24.32%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC501D (or 0xDC501D) is known color: Chilean Fire. HEX triplet: DC, 50 and 1D. RGB value is (220,80,29). Sum of RGB (Red+Green+Blue) = 220+80+29=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC501D is #23AFE2. Grayscale: #747474. Windows color (decimal): -2338787 or 1921244. OLE color: 1921244.

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

Color convert

RGB 220 80 29 -
CMYK 0 0.64 0.87 0.14
HSL 16.02º 0.77% 0.49% -
HSV(B) 16.02º 0.87% 0.86% -
XYZ 32.61 21.04 3.51 -
YUV 116.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 220 80 29 0 0.64 0.87 0.14 16.02 0.77 0.49
Hex DC 50 1D 0 40 57 E 10 4D 31
Octal 334 120 35 0 100 127 16 20 115 61
Binary 11011100 1010000 11101 0 1000000 1010111 1110 10000 1001101 110001

Color Harmonies of #DC501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC501D

Black with #DC501D

Text Example


Text Example

White with #DC501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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